summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-07 22:39:33 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-07 22:53:40 +0100
commit7272a53a73718f744fe23bb159bbede30b453c63 (patch)
tree0b7f36a20a4d78cb4d6ac4fb7cf428953f389c6e /dev-python/pylint-venv
parentdev-util/gitlab-runner: drop 15.1.1, 15.2.1 (diff)
downloadgentoo-7272a53a73718f744fe23bb159bbede30b453c63.tar.gz
gentoo-7272a53a73718f744fe23bb159bbede30b453c63.tar.bz2
gentoo-7272a53a73718f744fe23bb159bbede30b453c63.zip
dev-python/pylint-venv: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pylint-venv')
-rw-r--r--dev-python/pylint-venv/pylint-venv-2.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint-venv/pylint-venv-2.3.0.ebuild b/dev-python/pylint-venv/pylint-venv-2.3.0.ebuild
index b609a2267b22..4f6d66d1e702 100644
--- a/dev-python/pylint-venv/pylint-venv-2.3.0.ebuild
+++ b/dev-python/pylint-venv/pylint-venv-2.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1