dev-python/testpath: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 05:46:27 +0000 (07:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 06:10:52 +0000 (08:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/testpath/testpath-0.4.4-r1.ebuild
dev-python/testpath/testpath-0.4.4.ebuild

index e8c8795846865b8bdaaa7f2b241fde9ce91f6341..e15edf39920966923357e24efcd09daa43da8b40 100644 (file)
@@ -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
 
index 5f419197bfb8ea5be46fc625f386051e3e203eba..694fa324bacba49a7bcba78385500f8facae0ea2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 
 inherit distutils-r1