dev-python/cachecontrol: enable py3.11

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-08-10 14:09:12 +01:00
parent ef7d9650ac
commit c49931b7f9

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1