summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:46:03 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-16 21:58:05 +0300
commitf7b593b48e0ecb311310d31022b634e40506f508 (patch)
tree00b355940560577a009cbcae80f487c57574c660 /dev-python/threadpoolctl
parentdev-python/toolz: PEP517 (diff)
downloadgentoo-f7b593b48e0ecb311310d31022b634e40506f508.tar.gz
gentoo-f7b593b48e0ecb311310d31022b634e40506f508.tar.bz2
gentoo-f7b593b48e0ecb311310d31022b634e40506f508.zip
dev-python/threadpoolctl: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/threadpoolctl')
-rw-r--r--dev-python/threadpoolctl/threadpoolctl-3.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/threadpoolctl/threadpoolctl-3.1.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-3.1.0.ebuild
index e64479500a67..e60f6c77b65d 100644
--- a/dev-python/threadpoolctl/threadpoolctl-3.1.0.ebuild
+++ b/dev-python/threadpoolctl/threadpoolctl-3.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1