commit:     457e0680f942baeed726de1ccb6294fcfdada8a5
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 18:18:15 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 00:01:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457e0680

dev-python/cheroot: enable py3.12

Tests pass, adding to enable py3.12 on qutebrowser.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/cheroot/cheroot-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cheroot/cheroot-10.0.0.ebuild 
b/dev-python/cheroot/cheroot-10.0.0.ebuild
index 7c058cc49681..9431c10fa7df 100644
--- a/dev-python/cheroot/cheroot-10.0.0.ebuild
+++ b/dev-python/cheroot/cheroot-10.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 

Reply via email to