summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 19:46:23 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 19:47:12 +0200
commit7c764d144ae5e242fe69d0fcd140f42b4fb75870 (patch)
tree940928eb7fa248423a5c793d6fd9e4c39a7eff55
parentdev-python/feedgenerator: Enable py3.13 (diff)
downloadgentoo-7c764d144ae5e242fe69d0fcd140f42b4fb75870.tar.gz
gentoo-7c764d144ae5e242fe69d0fcd140f42b4fb75870.tar.bz2
gentoo-7c764d144ae5e242fe69d0fcd140f42b4fb75870.zip
dev-python/findpython: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/findpython/findpython-0.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/findpython/findpython-0.6.1.ebuild b/dev-python/findpython/findpython-0.6.1.ebuild
index ccb1027273d6..909f84893f36 100644
--- a/dev-python/findpython/findpython-0.6.1.ebuild
+++ b/dev-python/findpython/findpython-0.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi