summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 16:40:19 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 16:40:53 +0200
commit170b3f7e769d4024a2c8b435124862bc39b8167c (patch)
tree0fffdd6b9eecd052e31f81201db78380c6778010 /dev-python/flask-babel
parentdev-python/wtforms: Enable py3.10, fix tests (diff)
downloadgentoo-170b3f7e769d4024a2c8b435124862bc39b8167c.tar.gz
gentoo-170b3f7e769d4024a2c8b435124862bc39b8167c.tar.bz2
gentoo-170b3f7e769d4024a2c8b435124862bc39b8167c.zip
dev-python/flask-babel: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-babel')
-rw-r--r--dev-python/flask-babel/flask-babel-2.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-babel/flask-babel-2.0.0.ebuild b/dev-python/flask-babel/flask-babel-2.0.0.ebuild
index 39d8176f53b7..08ffec5020f0 100644
--- a/dev-python/flask-babel/flask-babel-2.0.0.ebuild
+++ b/dev-python/flask-babel/flask-babel-2.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1
MY_PN="Flask-Babel"