dev-python/pytest-flask: enable py3.11 and disable py3.10

Closes: https://bugs.gentoo.org/897550
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-05-23 22:20:46 +02:00
parent 0e0423a553
commit 3ba0af3a4a

View File

@@ -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 "