dev-python/pytest-virtualenv: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 15:26:42 +0000 (17:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 08:00:00 +0000 (10:00 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r1.ebuild
dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild

index 56c8f40be92db151b7789ccd805c1d137211c9b7..777ccb8bc70fa5d746fd98c84c341bb61608a922 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 a332a1c5f597632c81b285cb1a51f3e6c48d031f..91d4ada65c45cc24e0caaeba072d5c543c5f11de 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