summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 18:35:34 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 20:31:06 +0200
commitbcb2377614c51379a6a29dbb9d872083c8b32945 (patch)
treeca141cb71368518cdc0f892e6fa10b55093d5d50 /dev-python/jaraco-functools
parentdev-python/more-itertools: Enable py3.13 (diff)
downloadgentoo-bcb2377614c51379a6a29dbb9d872083c8b32945.tar.gz
gentoo-bcb2377614c51379a6a29dbb9d872083c8b32945.tar.bz2
gentoo-bcb2377614c51379a6a29dbb9d872083c8b32945.zip
dev-python/jaraco-functools: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-functools')
-rw-r--r--dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild b/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
index 2774a2f43843..b81cb08e6bbc 100644
--- a/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-4.0.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi