diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:27:16 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:27:16 +0100 |
commit | 5ac6ad03a1157615807d42d0e69e910c4782b5d4 (patch) | |
tree | 914d16f79b1d40dec8fb179ef8f1407d881308b0 /dev-python/isort | |
parent | dev-python/pylama: enable py3.11 (diff) | |
download | gentoo-5ac6ad03a1157615807d42d0e69e910c4782b5d4.tar.gz gentoo-5ac6ad03a1157615807d42d0e69e910c4782b5d4.tar.bz2 gentoo-5ac6ad03a1157615807d42d0e69e910c4782b5d4.zip |
dev-python/isort: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/isort')
-rw-r--r-- | dev-python/isort/isort-5.10.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/isort/isort-5.10.1-r2.ebuild b/dev-python/isort/isort-5.10.1-r2.ebuild index 044836d9d895..77d9d82beb2a 100644 --- a/dev-python/isort/isort-5.10.1-r2.ebuild +++ b/dev-python/isort/isort-5.10.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |