From c49931b7f90bc5c1ec0de0d881d79570a5ff7be0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 10 Aug 2022 14:09:12 +0100 Subject: [PATCH] dev-python/cachecontrol: enable py3.11 Signed-off-by: Sam James --- 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 415ebf228fa92..6519fd738c06c 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