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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40AB7158287 for ; Tue, 13 May 2025 02:00:09 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 26446343574 for ; Tue, 13 May 2025 02:00:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1B90B1102C5; Tue, 13 May 2025 02:00:08 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 0EF6E1102C5 for ; Tue, 13 May 2025 02:00:08 +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 B79823433E8 for ; Tue, 13 May 2025 02:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23D341BFB for ; Tue, 13 May 2025 02:00:06 +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: <1747101559.2aedc527e3917885b7aa41334f55a8d2ffc7dc55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yappi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yappi/yappi-1.6.10.ebuild X-VCS-Directories: dev-python/yappi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2aedc527e3917885b7aa41334f55a8d2ffc7dc55 X-VCS-Branch: master Date: Tue, 13 May 2025 02:00:06 +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: 71e811fd-dbb4-4c44-9a94-013cf0f77b03 X-Archives-Hash: 5c93927f98900260c78b9c16d4541ad5 commit: 2aedc527e3917885b7aa41334f55a8d2ffc7dc55 Author: Sam James gentoo org> AuthorDate: Tue May 13 01:50:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 13 01:59:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aedc527 dev-python/yappi: enable py3.13 Signed-off-by: Sam James gentoo.org> dev-python/yappi/yappi-1.6.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/yappi/yappi-1.6.10.ebuild b/dev-python/yappi/yappi-1.6.10.ebuild index 97901195eb30..756630900f6d 100644 --- a/dev-python/yappi/yappi-1.6.10.ebuild +++ b/dev-python/yappi/yappi-1.6.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi