commit:     8c9f586cc7cf44503075d04d1748dcfd1d2aecbe
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 09:30:38 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 10:01:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9f586c

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 <AT> gentoo.org>

 .../pytest-verbose-parametrize-1.7.0.ebuild                           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild 
b/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild
index 9b169a2d88d0..6fdc73564714 100644
--- 
a/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild
+++ 
b/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild
@@ -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
 

Reply via email to