summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 10:43:29 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 10:59:09 +0200
commit7584a76c0ceecb16dc4ea4655207027ad8ae616a (patch)
tree4b84cbd33f92092866efaf94f0f2da10b3efcceb
parentdev-python/reedsolo: Enable py3.13 (diff)
downloadgentoo-7584a76c0ceecb16dc4ea4655207027ad8ae616a.tar.gz
gentoo-7584a76c0ceecb16dc4ea4655207027ad8ae616a.tar.bz2
gentoo-7584a76c0ceecb16dc4ea4655207027ad8ae616a.zip
dev-python/redis: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/redis/redis-5.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/redis/redis-5.0.4.ebuild b/dev-python/redis/redis-5.0.4.ebuild
index 023d2a7d8947..615ccc4a50d9 100644
--- a/dev-python/redis/redis-5.0.4.ebuild
+++ b/dev-python/redis/redis-5.0.4.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