summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 20:21:28 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 20:23:24 +0200
commitfcb8b0406a1b74073f9b0d018b7a71a358921c3c (patch)
treee6e1ca36e5ff2464fa60124da8ac7cb6ad17c583
parentdev-python/google-i18n-address: Enable py3.13 (diff)
downloadgentoo-fcb8b0406a1b74073f9b0d018b7a71a358921c3c.tar.gz
gentoo-fcb8b0406a1b74073f9b0d018b7a71a358921c3c.tar.bz2
gentoo-fcb8b0406a1b74073f9b0d018b7a71a358921c3c.zip
dev-python/hiredis: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/hiredis/hiredis-2.3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hiredis/hiredis-2.3.2.ebuild b/dev-python/hiredis/hiredis-2.3.2.ebuild
index 181f00fa3dd0..661374875657 100644
--- a/dev-python/hiredis/hiredis-2.3.2.ebuild
+++ b/dev-python/hiredis/hiredis-2.3.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1