dev-python/munkres: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 7 Dec 2019 17:53:23 +0000 (18:53 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 7 Dec 2019 22:51:40 +0000 (23:51 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/munkres/munkres-1.1.2.ebuild

index 4c71cf673103ac84ff1dd039a502387c581e23c3..d0dbb6b1d4aaca1be8154902506d267fc7ad054c 100644 (file)
@@ -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