summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 15:57:02 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 15:58:04 +0200
commit7bddd219cfb4ec2db23b6a609c84c7218ed1353c (patch)
tree6e7f048f33274a9bacd8d4cd4c11f31084307fcc /dev-python
parentdev-python/argparse-manpage: Enable py3.12 (diff)
downloadgentoo-7bddd219cfb4ec2db23b6a609c84c7218ed1353c.tar.gz
gentoo-7bddd219cfb4ec2db23b6a609c84c7218ed1353c.tar.bz2
gentoo-7bddd219cfb4ec2db23b6a609c84c7218ed1353c.zip
dev-python/babelfish: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/babelfish/babelfish-0.6.0-r2.ebuild2
-rw-r--r--dev-python/babelfish/babelfish-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/babelfish/babelfish-0.6.0-r2.ebuild b/dev-python/babelfish/babelfish-0.6.0-r2.ebuild
index e9fcc1df1798..5af0cf943a2f 100644
--- a/dev-python/babelfish/babelfish-0.6.0-r2.ebuild
+++ b/dev-python/babelfish/babelfish-0.6.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index b2cc93f56222..222432e837ce 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 git-r3