From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F5731584AD for ; Sun, 11 May 2025 15:44:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 89FA4343184 for ; Sun, 11 May 2025 15:44:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 40BE611036F; Sun, 11 May 2025 15:44:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 3C81C11036F for ; Sun, 11 May 2025 15:44:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00FEB343141 for ; Sun, 11 May 2025 15:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F5B2774 for ; Sun, 11 May 2025 15:44:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1746978270.aff8b54ad791aeed8e8b9ba2f41efca5be72c9f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/execnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/execnet/execnet-2.1.1.ebuild X-VCS-Directories: dev-python/execnet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aff8b54ad791aeed8e8b9ba2f41efca5be72c9f4 X-VCS-Branch: master Date: Sun, 11 May 2025 15:44:35 +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: 28e3a0b5-6233-4f49-aa35-b5b0e5fc2866 X-Archives-Hash: d2fa55dcc18208b6e4d2ff529e9c14ee commit: aff8b54ad791aeed8e8b9ba2f41efca5be72c9f4 Author: Michał Górny gentoo org> AuthorDate: Sun May 11 15:40:29 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 11 15:44:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff8b54a dev-python/execnet: Enable py3.14t Signed-off-by: Michał Górny gentoo.org> dev-python/execnet/execnet-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/execnet/execnet-2.1.1.ebuild b/dev-python/execnet/execnet-2.1.1.ebuild index d5a2e542dbcb..3accacc3cb4f 100644 --- a/dev-python/execnet/execnet-2.1.1.ebuild +++ b/dev-python/execnet/execnet-2.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..14} python3_13t pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) inherit distutils-r1 pypi @@ -30,7 +30,7 @@ python_test() { local EPYTEST_DESELECT=() case ${EPYTHON} in - python3.13t) + python3.1[34]t) EPYTEST_DESELECT+=( # https://github.com/pytest-dev/execnet/issues/306 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed