From 457e0680f942baeed726de1ccb6294fcfdada8a5 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 24 Jul 2023 14:18:15 -0400 Subject: dev-python/cheroot: enable py3.12 Tests pass, adding to enable py3.12 on qutebrowser. Signed-off-by: Ionen Wolkens --- dev-python/cheroot/cheroot-10.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/cheroot') 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 -- cgit v1.2.3-65-gdbad