summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-01 15:14:20 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-01 15:20:54 +0100
commitf034c67a9f5c60c95d33ae418d4095e1dcb0f5a2 (patch)
treeec0f321df39c2706f5d94d208db4dd3760aae016
parentdev-python/flask-babel: EAPI 8, PEP517 (diff)
downloadgentoo-f034c67a9f5c60c95d33ae418d4095e1dcb0f5a2.tar.gz
gentoo-f034c67a9f5c60c95d33ae418d4095e1dcb0f5a2.tar.bz2
gentoo-f034c67a9f5c60c95d33ae418d4095e1dcb0f5a2.zip
dev-python/flask-babel: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/flask-babel/flask-babel-2.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-babel/flask-babel-2.0.0-r1.ebuild b/dev-python/flask-babel/flask-babel-2.0.0-r1.ebuild
index 1559d5e0d0e4..c8b4ac66a903 100644
--- a/dev-python/flask-babel/flask-babel-2.0.0-r1.ebuild
+++ b/dev-python/flask-babel/flask-babel-2.0.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1