summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 16:02:12 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 16:26:05 +0200
commitf4860b3ab4bbf266d6f03c92e34537db010b6a04 (patch)
tree184c0dc0df74c491cd6592ed97037249329b68be
parentdev-python/asteval: Enable py3.13 (diff)
downloadgentoo-f4860b3ab4bbf266d6f03c92e34537db010b6a04.tar.gz
gentoo-f4860b3ab4bbf266d6f03c92e34537db010b6a04.tar.bz2
gentoo-f4860b3ab4bbf266d6f03c92e34537db010b6a04.zip
dev-python/babelfish: Enable py3.13 on -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/babelfish/babelfish-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index 222432e837ce..607c64bac0f1 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 git-r3