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 9ADF6158287 for ; Mon, 12 May 2025 07:23:02 +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 88C41343257 for ; Mon, 12 May 2025 07:23:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E8D901103C0; Mon, 12 May 2025 07:22:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E49281103C0 for ; Mon, 12 May 2025 07:22:55 +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 A03A7343248 for ; Mon, 12 May 2025 07:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E73FB2777 for ; Mon, 12 May 2025 07:22:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1747034283.fe8b0da8f95bee1b548e91bb39420d31b5095dab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/expandvars/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/expandvars/expandvars-1.0.0.ebuild X-VCS-Directories: dev-python/expandvars/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe8b0da8f95bee1b548e91bb39420d31b5095dab X-VCS-Branch: master Date: Mon, 12 May 2025 07:22:53 +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: 81176e66-ce26-4975-8a55-949310875793 X-Archives-Hash: 4201bc3efa602aa794320711b489b0d7 commit: fe8b0da8f95bee1b548e91bb39420d31b5095dab Author: Sam James gentoo org> AuthorDate: Mon May 12 07:18:03 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 12 07:18:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8b0da8 dev-python/expandvars: enable python3_14t Signed-off-by: Sam James gentoo.org> dev-python/expandvars/expandvars-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/expandvars/expandvars-1.0.0.ebuild b/dev-python/expandvars/expandvars-1.0.0.ebuild index 6847e262665c..88e3a839dded 100644 --- a/dev-python/expandvars/expandvars-1.0.0.ebuild +++ b/dev-python/expandvars/expandvars-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_13t ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t ) inherit distutils-r1 pypi