commit: 3ba0af3a4a99f9cf35a4f321ab48ade53aff3bd0 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue May 23 20:20:46 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue May 23 20:20:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ba0af3a
dev-python/pytest-flask: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897550 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/pytest-flask/pytest-flask-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild index 13396d3e0..d531ed3b8 100644 --- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild +++ b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_11 pypy3 ) inherit distutils-r1 DESCRIPTION="A set of pytest fixtures to test Flask applications "
