From: Andreas Sturmlechner Date: Sat, 7 Dec 2019 17:53:23 +0000 (+0100) Subject: dev-python/munkres: python3_8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=12a87ec0facfe070e35b148e2566d7ee4224b66e;p=gentoo.git dev-python/munkres: python3_8 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/munkres/munkres-1.1.2.ebuild b/dev-python/munkres/munkres-1.1.2.ebuild index 4c71cf673103..d0dbb6b1d4aa 100644 --- a/dev-python/munkres/munkres-1.1.2.ebuild +++ b/dev-python/munkres/munkres-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1