summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 09:26:41 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 09:31:55 +0200
commit05258e6ea091d03a07328825ecf2468bc8025cef (patch)
tree1a51b0c87de9797a9534cc47a946aaff9b8a6d82 /dev-python/babelfish/babelfish-9999.ebuild
parentdev-python/babelfish: Use PEP517 build (diff)
downloadgentoo-05258e6ea091d03a07328825ecf2468bc8025cef.tar.gz
gentoo-05258e6ea091d03a07328825ecf2468bc8025cef.tar.bz2
gentoo-05258e6ea091d03a07328825ecf2468bc8025cef.zip
dev-python/babelfish: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/babelfish/babelfish-9999.ebuild')
-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 a4a6de6e16c4..eca670f3ee7e 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_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 git-r3