commit: 804efcdba9127fe2ece2fc8687226689bb27c03b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Feb 18 18:13:11 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Feb 18 18:13:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=804efcdb
dev-python/http-ece: disable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/http-ece/http-ece-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild
b/dev-python/http-ece/http-ece-1.2.0.ebuild
index 219b0d177d..a66bd425cc 100644
--- a/dev-python/http-ece/http-ece-1.2.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi