diff options
author | 2022-05-11 18:46:40 +0200 | |
---|---|---|
committer | 2022-05-11 19:54:34 +0200 | |
commit | 0105e39f92ad741ce68ba7e8f58c2ae29d75c3b9 (patch) | |
tree | 2a4627d0855a292bed7cac2ece85d3cb53f7739a /dev-python/click | |
parent | dev-python/pathspec: Enable py3.11 (diff) | |
download | gentoo-0105e39f92ad741ce68ba7e8f58c2ae29d75c3b9.tar.gz gentoo-0105e39f92ad741ce68ba7e8f58c2ae29d75c3b9.tar.bz2 gentoo-0105e39f92ad741ce68ba7e8f58c2ae29d75c3b9.zip |
dev-python/click: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click')
-rw-r--r-- | dev-python/click/click-8.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click/click-8.1.3.ebuild b/dev-python/click/click-8.1.3.ebuild index 1c9af28df09d..73278467c1ba 100644 --- a/dev-python/click/click-8.1.3.ebuild +++ b/dev-python/click/click-8.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |