diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:27:25 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:27:25 +0100 |
commit | 1385e34b6830a9bf2c21dc317b60f75c4ec2d940 (patch) | |
tree | b3e8fd7e2b68d4f9562c2ca2ad98c071e3f8ec89 /dev-python/pylint | |
parent | dev-python/isort: enable py3.11 (diff) | |
download | gentoo-1385e34b6830a9bf2c21dc317b60f75c4ec2d940.tar.gz gentoo-1385e34b6830a9bf2c21dc317b60f75c4ec2d940.tar.bz2 gentoo-1385e34b6830a9bf2c21dc317b60f75c4ec2d940.zip |
dev-python/pylint: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-2.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-2.15.5.ebuild b/dev-python/pylint/pylint-2.15.5.ebuild index 14ef5fd9017a..09a9e2a10b7b 100644 --- a/dev-python/pylint/pylint-2.15.5.ebuild +++ b/dev-python/pylint/pylint-2.15.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |