summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZen <z@pyl.onl>2024-10-25 12:33:45 -0500
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-10-27 09:46:16 +0100
commit079faf3504e487cea92e4247ff53c04062ea2bb3 (patch)
treeb2a475e06f1c92c9ad355851225acb993626d99a /dev-python
parentdev-python/zenlib: Drop 2.3.0, it had broken tests (diff)
downloadgentoo-079faf3504e487cea92e4247ff53c04062ea2bb3.tar.gz
gentoo-079faf3504e487cea92e4247ff53c04062ea2bb3.tar.bz2
gentoo-079faf3504e487cea92e4247ff53c04062ea2bb3.zip
dev-python/pycpio: Add python 3.13 compat/testing
Signed-off-by: Zen <z@pyl.onl> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pycpio/pycpio-1.4.0.ebuild2
-rw-r--r--dev-python/pycpio/pycpio-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycpio/pycpio-1.4.0.ebuild b/dev-python/pycpio/pycpio-1.4.0.ebuild
index 0ffa2f141e23..72159d6fc2a2 100644
--- a/dev-python/pycpio/pycpio-1.4.0.ebuild
+++ b/dev-python/pycpio/pycpio-1.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
diff --git a/dev-python/pycpio/pycpio-9999.ebuild b/dev-python/pycpio/pycpio-9999.ebuild
index 2f01756bb307..71ac010271fa 100644
--- a/dev-python/pycpio/pycpio-9999.ebuild
+++ b/dev-python/pycpio/pycpio-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3