diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-06 14:16:46 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-06 14:24:34 +0100 |
commit | 86590e38ca2cb4ed41c4231d1ea34195a303c19b (patch) | |
tree | 3cd1135e3aa77bd8ce84eb79b9ad13cbba9a6150 /dev-python/pylint | |
parent | dev-python/yapf: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |