summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-15 15:48:28 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-15 15:48:28 +0200
commitf01e134e80d5fbad7bbf17848bf2c6b6fa4ed45e (patch)
treee8db49791760100a7d16c8d5cd346f7bc2f68bd7 /dev-python/cachecontrol
parentdev-python/cherrypy: Enable py3.13 (diff)
downloadgentoo-f01e134e80d5fbad7bbf17848bf2c6b6fa4ed45e.tar.gz
gentoo-f01e134e80d5fbad7bbf17848bf2c6b6fa4ed45e.tar.bz2
gentoo-f01e134e80d5fbad7bbf17848bf2c6b6fa4ed45e.zip
dev-python/cachecontrol: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachecontrol')
-rw-r--r--dev-python/cachecontrol/cachecontrol-0.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild b/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
index 3bfa7b3b1e02..86384df87e0b 100644
--- a/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
+++ b/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi