commit: 433327c2c97d2c3e72c681257189956b2023ab53 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 2 17:55:58 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 2 18:19:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433327c2
dev-python/flask-paranoid: Enable py3.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild index dcdd7dd4cc61..4aabd9cec2bd 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1