From 00cd005c5d60a3a18e4ed080d5cc3cf1e94ff1f9 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 26 May 2023 23:34:47 +0300 Subject: [PATCH] dev-python/h11: enable py3.12 Signed-off-by: Arthur Zamarin --- dev-python/h11/h11-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/h11/h11-0.14.0.ebuild b/dev-python/h11/h11-0.14.0.ebuild index 37fab53d81e17..dfa77d65629a1 100644 --- a/dev-python/h11/h11-0.14.0.ebuild +++ b/dev-python/h11/h11-0.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi