commit: 83d586bc73fb8e3d7e93fd356d9d3ca9c0d4b5ac
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 16:52:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:05:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d586bc
dev-python/flask-paginate: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
b/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
index 5bafd909ea29..a3924d3b1775 100644
--- a/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
+++ b/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Pagination support for flask"