diff options
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/testpath-0.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/testpath/testpath-0.4.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testpath/testpath-0.3.1.ebuild b/dev-python/testpath/testpath-0.3.1.ebuild index da39fc5e486b..d7c94e75a1f1 100644 --- a/dev-python/testpath/testpath-0.3.1.ebuild +++ b/dev-python/testpath/testpath-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/testpath/testpath-0.4.4.ebuild b/dev-python/testpath/testpath-0.4.4.ebuild index fd9d7bfa7f92..1e4a6f0d2462 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 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 |