summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-02 16:57:19 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-02 17:09:18 +0200
commitbf2d7f261af42db29b8fcb689cdd55467673a6b7 (patch)
tree475c429e85c148f4d2f08761ede1410a0fa8b9ba
parentdev-python/click-plugins: Enable py3.12 (diff)
downloadgentoo-bf2d7f261af42db29b8fcb689cdd55467673a6b7.tar.gz
gentoo-bf2d7f261af42db29b8fcb689cdd55467673a6b7.tar.bz2
gentoo-bf2d7f261af42db29b8fcb689cdd55467673a6b7.zip
dev-python/click-threading: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 3e317fdc7743..efae0ab8277d 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1