commit: 536b8dc1740ebd51326dd590593331c0af9d5d20
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 05:46:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 27 06:10:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536b8dc1
dev-python/testpath: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/testpath/testpath-0.4.4-r1.ebuild | 2 +-
dev-python/testpath/testpath-0.4.4.ebuild | 2 +-
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 e8c87958468..e15edf39920 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 5f419197bfb..694fa324bac 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