diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-03 07:42:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-03 08:19:10 +0100 |
commit | 686e7c0752c2399b42df21b76d56ed0dd2deecf7 (patch) | |
tree | 98750c064823fc476633892858eb3fd2263210f7 /dev-python/cachecontrol | |
parent | dev-python/tifffile: Bump to 2023.2.2 (diff) | |
download | gentoo-686e7c0752c2399b42df21b76d56ed0dd2deecf7.tar.gz gentoo-686e7c0752c2399b42df21b76d56ed0dd2deecf7.tar.bz2 gentoo-686e7c0752c2399b42df21b76d56ed0dd2deecf7.zip |
dev-python/cachecontrol: Clean PYTHON_COMPAT up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachecontrol')
-rw-r--r-- | dev-python/cachecontrol/cachecontrol-0.12.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild index cbea3ec83eb3..18d00d51fbbf 100644 --- a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild +++ b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 |