dev-python/python-bugzilla: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 19:04:17 +0000 (21:04 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 19:39:19 +0000 (21:39 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-bugzilla/python-bugzilla-2.3.0.ebuild

index 1229b0f0a595b0a5c92ea229697f246197d56d06..425feee87dbbaf2d1f70419ff81f689518a20b59 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1