diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:20:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:38:11 +0100 |
commit | d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8 (patch) | |
tree | 8be1379b4db943b620667e3e404b1b87b4012cbb /dev-python/testpath | |
parent | dev-python/testify: Remove py2 (diff) | |
download | gentoo-d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8.tar.gz gentoo-d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8.tar.bz2 gentoo-d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8.zip |
dev-python/testpath: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 |