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 3D40415808B for ; Thu, 3 Oct 2024 09:50:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79DA2E29D6; Thu, 3 Oct 2024 09:50: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E5C8E29D6 for ; Thu, 3 Oct 2024 09:50: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 9C804340C43 for ; Thu, 3 Oct 2024 09:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BED3F32 for ; Thu, 3 Oct 2024 09:50: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: <1727948917.b9341b37ce2bcf4c264a3dc730288c2fa911182c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gdb-pt-dump/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild X-VCS-Directories: dev-python/gdb-pt-dump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b9341b37ce2bcf4c264a3dc730288c2fa911182c X-VCS-Branch: master Date: Thu, 3 Oct 2024 09:50: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: ed46c1ec-af0f-4b00-9347-8f539984d93f X-Archives-Hash: 0fef3aec4eb66e051eb9792cab9a63fb commit: b9341b37ce2bcf4c264a3dc730288c2fa911182c Author: Sam James gentoo org> AuthorDate: Thu Oct 3 09:48:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 3 09:48:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9341b37 dev-python/gdb-pt-dump: enable py3.13 Signed-off-by: Sam James gentoo.org> dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild | 2 +- dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild index aaf60c4e2a5a..1c4aff567b0d 100644 --- a/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20240401.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild index 5bb5e7fcecfd..7cd8fe076032 100644 --- a/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1