dev-python/constantly: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 15:11:01 +0000 (17:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 15:22:11 +0000 (17:22 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/constantly/constantly-15.1.0-r1.ebuild

index 9815b08638680bb9bf3d4b24d4a503a0cbf69bb6..b0d5fedc7464d2435021e8ce2e89afb9e1d064c0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1