summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-27 07:46:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-27 08:10:52 +0200
commit536b8dc1740ebd51326dd590593331c0af9d5d20 (patch)
tree732d30456d654a74be102d25f2f7d362ee1e6c3d /dev-python/testpath
parentdev-python/pyproject2setuppy: Port to py39 (diff)
downloadgentoo-536b8dc1740ebd51326dd590593331c0af9d5d20.tar.gz
gentoo-536b8dc1740ebd51326dd590593331c0af9d5d20.tar.bz2
gentoo-536b8dc1740ebd51326dd590593331c0af9d5d20.zip
dev-python/testpath: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testpath')
-rw-r--r--dev-python/testpath/testpath-0.4.4-r1.ebuild2
-rw-r--r--dev-python/testpath/testpath-0.4.4.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testpath/testpath-0.4.4-r1.ebuild b/dev-python/testpath/testpath-0.4.4-r1.ebuild
index e8c879584686..e15edf399209 100644
--- a/dev-python/testpath/testpath-0.4.4-r1.ebuild
+++ b/dev-python/testpath/testpath-0.4.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1
diff --git a/dev-python/testpath/testpath-0.4.4.ebuild b/dev-python/testpath/testpath-0.4.4.ebuild
index 5f419197bfb8..694fa324bacb 100644
--- a/dev-python/testpath/testpath-0.4.4.ebuild
+++ b/dev-python/testpath/testpath-0.4.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1