From 401a84c2285f4e2b3fd4735ed94d482951aa3330 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 13 Apr 2024 17:34:34 -0400 Subject: [PATCH] dev-python/http-ece: enable 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 e2a1c22bf1..1b66fed68a 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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi