dev-python/cachecontrol: Clean PYTHON_COMPAT up

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-02-03 07:42:15 +01:00
parent 381851f10c
commit 686e7c0752

View File

@@ -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