From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC79E158030 for ; Mon, 27 Feb 2023 10:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A27BE07D3; Mon, 27 Feb 2023 10:01:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E63BEE07D3 for ; Mon, 27 Feb 2023 10:01:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA21F340E2B for ; Mon, 27 Feb 2023 10:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15A467D0 for ; Mon, 27 Feb 2023 10:01:16 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1677492063.8c9f586cc7cf44503075d04d1748dcfd1d2aecbe.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-verbose-parametrize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild X-VCS-Directories: dev-python/pytest-verbose-parametrize/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8c9f586cc7cf44503075d04d1748dcfd1d2aecbe X-VCS-Branch: master Date: Mon, 27 Feb 2023 10:01:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab063d8b-1228-461b-850b-e01b115f5055 X-Archives-Hash: 760daaa6db6255e2fcbf12261c66c6a1 commit: 8c9f586cc7cf44503075d04d1748dcfd1d2aecbe Author: Marek Szuba gentoo org> AuthorDate: Mon Feb 27 09:30:38 2023 +0000 Commit: Marek Szuba gentoo 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 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