diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-06 14:16:54 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-06 14:24:35 +0100 |
commit | 5c32601377646b9240886c92edc93884bda41455 (patch) | |
tree | 1be6eb8988e8110aefb70584b17f0e2d755bf039 /dev-python/pylint-venv | |
parent | dev-python/pylint: enable py3.12 (diff) | |
download | gentoo-5c32601377646b9240886c92edc93884bda41455.tar.gz gentoo-5c32601377646b9240886c92edc93884bda41455.tar.bz2 gentoo-5c32601377646b9240886c92edc93884bda41455.zip |
dev-python/pylint-venv: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pylint-venv')
-rw-r--r-- | dev-python/pylint-venv/pylint-venv-3.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint-venv/pylint-venv-3.0.3.ebuild b/dev-python/pylint-venv/pylint-venv-3.0.3.ebuild index 02d3f783d513..9efab9fa4687 100644 --- a/dev-python/pylint-venv/pylint-venv-3.0.3.ebuild +++ b/dev-python/pylint-venv/pylint-venv-3.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |