From ee4ce0e301656fc93619e7d1d415942a3ec7151e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 May 2025 19:19:43 +0100 Subject: [PATCH] dev-python/cherrypy: enable py3.14 Signed-off-by: Sam James --- dev-python/cherrypy/cherrypy-18.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cherrypy/cherrypy-18.10.0.ebuild b/dev-python/cherrypy/cherrypy-18.10.0.ebuild index 3db350ab60b7e..68595719278b6 100644 --- a/dev-python/cherrypy/cherrypy-18.10.0.ebuild +++ b/dev-python/cherrypy/cherrypy-18.10.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_PN="CherryPy" -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi