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 963D51582EF for ; Sun, 16 Feb 2025 14:15:16 +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 75FFD34315E for ; Sun, 16 Feb 2025 14:15:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5727D11047A; Sun, 16 Feb 2025 14:14:56 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4ACF811047A for ; Sun, 16 Feb 2025 14:14:56 +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 049F0343153 for ; Sun, 16 Feb 2025 14:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F981272B for ; Sun, 16 Feb 2025 14:14:53 +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: <1739715285.d29e3a9a3ee39da1229383b59627ca8da9cf24c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli-w/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tomli-w/tomli-w-1.2.0.ebuild X-VCS-Directories: dev-python/tomli-w/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d29e3a9a3ee39da1229383b59627ca8da9cf24c1 X-VCS-Branch: master Date: Sun, 16 Feb 2025 14:14: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: 15b51e2d-f676-4c9c-9d66-bb0e33fd8cfe X-Archives-Hash: 2ff0022244acd16e2cc0b52c4cba8fd5 commit: d29e3a9a3ee39da1229383b59627ca8da9cf24c1 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 16 14:01:08 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 16 14:14:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29e3a9a dev-python/tomli-w: Enable pypy3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/tomli-w/tomli-w-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tomli-w/tomli-w-1.2.0.ebuild b/dev-python/tomli-w/tomli-w-1.2.0.ebuild index 564be1cc46ad..1f190bf2b7b7 100644 --- a/dev-python/tomli-w/tomli-w-1.2.0.ebuild +++ b/dev-python/tomli-w/tomli-w-1.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1