dev-python/flask-migrate: enable py3.12

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31338
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Petr Vaněk
2023-06-07 10:59:21 +02:00
committed by Sam James
parent a8c7b1a429
commit 9d0bb79cf1

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1