summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-06 14:16:46 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-06 14:24:34 +0100
commit86590e38ca2cb4ed41c4231d1ea34195a303c19b (patch)
tree3cd1135e3aa77bd8ce84eb79b9ad13cbba9a6150 /dev-python/pylint
parentdev-python/yapf: enable py3.12 (diff)
downloadgentoo-86590e38ca2cb4ed41c4231d1ea34195a303c19b.tar.gz
gentoo-86590e38ca2cb4ed41c4231d1ea34195a303c19b.tar.bz2
gentoo-86590e38ca2cb4ed41c4231d1ea34195a303c19b.zip
dev-python/pylint: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/pylint-3.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-3.0.2.ebuild b/dev-python/pylint/pylint-3.0.2.ebuild
index e01f0325a0dd..af67a8803049 100644
--- a/dev-python/pylint/pylint-3.0.2.ebuild
+++ b/dev-python/pylint/pylint-3.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1