commit: f034c67a9f5c60c95d33ae418d4095e1dcb0f5a2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 14:14:20 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 14:20:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f034c67a
dev-python/flask-babel: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-babel/flask-babel-2.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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