dev-python/pytest-mock: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 09:08:15 +0000 (11:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 09:25:02 +0000 (11:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-mock/pytest-mock-2.0.0.ebuild
dev-python/pytest-mock/pytest-mock-3.1.0.ebuild

index 2cdc00ffc242ec9747a9ebefc944d4c3403791a5..045b6a938e828d4e45feb2cf2fec0763c9b79188 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
index 47689f34aa07edacdf76ac65c905f202df1b19d4..0c137d01ff10510fe55774f3fd389a23b348c56d 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