diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:01:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:02:34 +0200 |
commit | 3fc1bb1352eaf483154273a22fe02b200e2fdc95 (patch) | |
tree | dc9613368e95536709a730f10de4740aea8c3a1a /dev-python/pytest-catchlog | |
parent | dev-python/pytest-cache: Remove py2.7 (diff) | |
download | gentoo-3fc1bb1352eaf483154273a22fe02b200e2fdc95.tar.gz gentoo-3fc1bb1352eaf483154273a22fe02b200e2fdc95.tar.bz2 gentoo-3fc1bb1352eaf483154273a22fe02b200e2fdc95.zip |
dev-python/pytest-catchlog: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-catchlog')
-rw-r--r-- | dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild index cd8bb7dd4e0d..846c148487f2 100644 --- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild +++ b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 |