From 804efcdba9127fe2ece2fc8687226689bb27c03b Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 18 Feb 2024 13:13:11 -0500 Subject: [PATCH] dev-python/http-ece: disable py3.12 Signed-off-by: Julien Roy --- 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