summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-14 15:16:53 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-14 15:45:30 +0200
commit060fadbf6b20725a4d01f5d4e82e9a7dc802cbf9 (patch)
tree44b5e1a0c277abdedbe9e4528a1a983786f91fd5 /dev-python/threadpoolctl
parentmedia-fonts/terminus-font: install OpenType fonts with USE=otf (diff)
downloadgentoo-060fadbf6b20725a4d01f5d4e82e9a7dc802cbf9.tar.gz
gentoo-060fadbf6b20725a4d01f5d4e82e9a7dc802cbf9.tar.bz2
gentoo-060fadbf6b20725a4d01f5d4e82e9a7dc802cbf9.zip
dev-python/threadpoolctl: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/threadpoolctl')
-rw-r--r--dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild
index 7ef0aee87fce..40adb724f621 100644
--- a/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild
+++ b/dev-python/threadpoolctl/threadpoolctl-2.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
inherit distutils-r1