diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-15 15:46:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-15 15:47:31 +0200 |
commit | e58e75f882a973447321e785fd14ce8623291879 (patch) | |
tree | 8f76fe8b8cde81155d4a803b4de274f649829f50 /dev-python/cherrypy | |
parent | dev-python/objgraph: Enable py3.13 (diff) | |
download | gentoo-e58e75f882a973447321e785fd14ce8623291879.tar.gz gentoo-e58e75f882a973447321e785fd14ce8623291879.tar.bz2 gentoo-e58e75f882a973447321e785fd14ce8623291879.zip |
dev-python/cherrypy: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r-- | dev-python/cherrypy/cherrypy-18.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cherrypy/cherrypy-18.10.0.ebuild b/dev-python/cherrypy/cherrypy-18.10.0.ebuild index a4c032ffa87e..fcbfeb62a8d3 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..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |