summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-03 10:41:51 +0100
committerSam James <sam@gentoo.org>2024-10-03 10:41:51 +0100
commitd1a4912d9b6dce0e016e40af2cd919fa629b0f19 (patch)
tree60dea8642d7ff3fce671d789b69ffa75d6a7965f /dev-python
parentdev-debug/gdb: enable py3.13 (diff)
downloadgentoo-d1a4912d9b6dce0e016e40af2cd919fa629b0f19.tar.gz
gentoo-d1a4912d9b6dce0e016e40af2cd919fa629b0f19.tar.bz2
gentoo-d1a4912d9b6dce0e016e40af2cd919fa629b0f19.zip
dev-python/rpyc: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/rpyc/rpyc-6.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rpyc/rpyc-6.0.0.ebuild b/dev-python/rpyc/rpyc-6.0.0.ebuild
index 7c6af49decaf..90447e59c078 100644
--- a/dev-python/rpyc/rpyc-6.0.0.ebuild
+++ b/dev-python/rpyc/rpyc-6.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1