dev-python/pytest-shutil: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:58:45 +0000 (21:58 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 20:14:33 +0000 (22:14 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild
dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild

index 94e51a609069d985c2fa3454c02ab9cbc46d67a6..041dbc6f59fa19d764015ab8e00ee964a1757f74 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
index 82325580eebd69a9bdc1333bb9ca66520f52c173..cfb7dacf3f05a1874ec7ba1e40d438e8fdd3e462 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1