diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-10 10:29:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-10 10:29:22 +0300 |
commit | b4c3b507a55502dc2c110dd8439152b76b2f0cbf (patch) | |
tree | 07ed1bd9204d14587e8cbe08b3a6056f831ddf0b /dev-python/pytest-pylint | |
parent | media-gfx/hydrus: update EAPI 7 -> 8 (diff) | |
download | gentoo-b4c3b507a55502dc2c110dd8439152b76b2f0cbf.tar.gz gentoo-b4c3b507a55502dc2c110dd8439152b76b2f0cbf.tar.bz2 gentoo-b4c3b507a55502dc2c110dd8439152b76b2f0cbf.zip |
dev-python/pytest-pylint: enable py3.10, EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-pylint')
-rw-r--r-- | dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild index 447f4c2ddd2e..65cb8817b95b 100644 --- a/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild +++ b/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |