summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-28 08:54:54 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-28 09:42:20 +0200
commit6f21b20469f6e63866f276a96454f74bc48ff1cc (patch)
tree63b5cc01354d9d83c6323d02999c8363c1ce8032 /dev-python/cachelib
parentdev-python/pyproject-metadata: Bump to 0.9.0_beta5 (diff)
downloadgentoo-6f21b20469f6e63866f276a96454f74bc48ff1cc.tar.gz
gentoo-6f21b20469f6e63866f276a96454f74bc48ff1cc.tar.bz2
gentoo-6f21b20469f6e63866f276a96454f74bc48ff1cc.zip
dev-python/cachelib: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachelib')
-rw-r--r--dev-python/cachelib/cachelib-0.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachelib/cachelib-0.13.0.ebuild b/dev-python/cachelib/cachelib-0.13.0.ebuild
index 27ea69cbe737..77898dd623d6 100644
--- a/dev-python/cachelib/cachelib-0.13.0.ebuild
+++ b/dev-python/cachelib/cachelib-0.13.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1