commit: c49931b7f90bc5c1ec0de0d881d79570a5ff7be0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 13:09:12 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 13:09:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49931b7
dev-python/cachecontrol: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cachecontrol/cachecontrol-0.12.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
index 415ebf228fa9..6519fd738c06 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..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1