summaryrefslogtreecommitdiff
path: root/dev-python/flask-sqlalchemy
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-18 21:05:06 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-18 21:10:26 +0200
commit08fe24ff1f1e681b1bc394b386efcadc4060c4ef (patch)
tree2001aad4fc21a55b4b588b0cd03861091b49592c /dev-python/flask-sqlalchemy
parentebff83ecca48edd33f53a0ee89fc66c244fb3321 (diff)
downloadgentoo-08fe24ff1f1e681b1bc394b386efcadc4060c4ef.tar.gz
gentoo-08fe24ff1f1e681b1bc394b386efcadc4060c4ef.tar.bz2
gentoo-08fe24ff1f1e681b1bc394b386efcadc4060c4ef.zip
dev-python/flask-sqlalchemy: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-sqlalchemy')
-rw-r--r--dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild
index c483ddbf602c..b1b2fbe24c02 100644
--- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild
+++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_PN="Flask-SQLAlchemy"
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi