From 8c9f586cc7cf44503075d04d1748dcfd1d2aecbe Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 27 Feb 2023 09:30:38 +0000 Subject: [PATCH] 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 --- .../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 9b169a2d88d01..6fdc735647146 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