dev-python/entrypoints: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 05:45:07 +0000 (07:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 06:10:50 +0000 (08:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/entrypoints/entrypoints-0.3-r1.ebuild

index b99df4226a9d547e112b2e2145b510cf819004a7..b2cf6654d153f02f1544cc0bbb82408c8d202524 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
 
 inherit distutils-r1