summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-02 20:07:51 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-02 20:30:53 +0100
commitc971ee2b93020dd5af49eeb5a892dbc0768c4736 (patch)
tree69457d90dbbab73977707dbe56de9fbc991ac88f /dev-python
parent6de502cc009cad399b324dd090ec812bb722616a (diff)
downloadgentoo-c971ee2b93020dd5af49eeb5a892dbc0768c4736.tar.gz
gentoo-c971ee2b93020dd5af49eeb5a892dbc0768c4736.tar.bz2
gentoo-c971ee2b93020dd5af49eeb5a892dbc0768c4736.zip
dev-python/flask-babel: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-babel/flask-babel-4.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-babel/flask-babel-4.0.0.ebuild b/dev-python/flask-babel/flask-babel-4.0.0.ebuild
index 985a2b4c2f93..8f328171eecf 100644
--- a/dev-python/flask-babel/flask-babel-4.0.0.ebuild
+++ b/dev-python/flask-babel/flask-babel-4.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1