summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-15 15:42:22 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-15 15:47:29 +0200
commita9803e16c748bab4d4553a98bbab2e8d885198d3 (patch)
tree741cc47bbbad6307403e0c3a59d203fbf91e4f26 /dev-python/cheroot
parentdev-python/requests-unixsocket: Enable py3.13 (diff)
downloadgentoo-a9803e16c748bab4d4553a98bbab2e8d885198d3.tar.gz
gentoo-a9803e16c748bab4d4553a98bbab2e8d885198d3.tar.bz2
gentoo-a9803e16c748bab4d4553a98bbab2e8d885198d3.zip
dev-python/cheroot: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r--dev-python/cheroot/cheroot-10.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cheroot/cheroot-10.0.1.ebuild b/dev-python/cheroot/cheroot-10.0.1.ebuild
index 9c4bf1185172..4c0baa5056e0 100644
--- a/dev-python/cheroot/cheroot-10.0.1.ebuild
+++ b/dev-python/cheroot/cheroot-10.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi