dev-python/pytest-verbose-parametrize: enable py3.11

For what it's worth given the fragility of this package's test suite, I
do not think I have seen any errors against 3.11 which I hadn't seen
against older versions.

Closes: https://bugs.gentoo.org/896844
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2023-02-27 09:30:38 +00:00
parent 0b1c4e15e9
commit 8c9f586cc7

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1