diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 21:46:03 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 21:58:05 +0300 |
commit | f7b593b48e0ecb311310d31022b634e40506f508 (patch) | |
tree | 00b355940560577a009cbcae80f487c57574c660 /dev-python/threadpoolctl | |
parent | dev-python/toolz: PEP517 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |