diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-14 15:16:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-14 15:45:30 +0200 |
commit | 060fadbf6b20725a4d01f5d4e82e9a7dc802cbf9 (patch) | |
tree | 44b5e1a0c277abdedbe9e4528a1a983786f91fd5 /dev-python/threadpoolctl | |
parent | media-fonts/terminus-font: install OpenType fonts with USE=otf (diff) | |
download | gentoo-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.ebuild | 2 |
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 |