summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-23 08:43:44 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-23 08:55:25 +0200
commite630fcc22dad17cde4ab4cd779e9429de6249d53 (patch)
tree2c8e208d54d86d7f673b2fc23ecb4d1ff296b370 /dev-python/click-threading
parentdev-python/click-threading: Use PEP517 build (diff)
downloadgentoo-e630fcc22dad17cde4ab4cd779e9429de6249d53.tar.gz
gentoo-e630fcc22dad17cde4ab4cd779e9429de6249d53.tar.bz2
gentoo-e630fcc22dad17cde4ab4cd779e9429de6249d53.zip
dev-python/click-threading: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click-threading')
-rw-r--r--dev-python/click-threading/click-threading-0.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click-threading/click-threading-0.5.0-r1.ebuild b/dev-python/click-threading/click-threading-0.5.0-r1.ebuild
index a3dc02543cc4..0f0387f16e18 100644
--- a/dev-python/click-threading/click-threading-0.5.0-r1.ebuild
+++ b/dev-python/click-threading/click-threading-0.5.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1