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 23DE9158043 for ; Sat, 13 Apr 2024 21:32:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B87A8E2A29; Sat, 13 Apr 2024 21:32:01 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 93302E2A29 for ; Sat, 13 Apr 2024 21:32:01 +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 92099343256 for ; Sat, 13 Apr 2024 21:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB16716E1 for ; Sat, 13 Apr 2024 21:31:57 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713042430.574318f8db13d01b8ee2776b33c3b2144fc53274.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guppy3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/guppy3/guppy3-3.1.3-r1.ebuild X-VCS-Directories: dev-python/guppy3/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 574318f8db13d01b8ee2776b33c3b2144fc53274 X-VCS-Branch: dev Date: Sat, 13 Apr 2024 21:31:57 +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: 65945188-ef8a-477c-894a-2413732ba90c X-Archives-Hash: 3b3a0811dc9db4c58bcd60f119531252 Message-ID: <20240413213157.pbZPPyHCs6jHTB75d4NaENp1VMEjDXjgcMIRfaaHU_w@z> commit: 574318f8db13d01b8ee2776b33c3b2144fc53274 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 21:07:10 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 21:07:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=574318f8 dev-python/guppy3: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/guppy3/guppy3-3.1.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/guppy3/guppy3-3.1.3-r1.ebuild b/dev-python/guppy3/guppy3-3.1.3-r1.ebuild index fc30482583..6167d85612 100644 --- a/dev-python/guppy3/guppy3-3.1.3-r1.ebuild +++ b/dev-python/guppy3/guppy3-3.1.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 inherit distutils-r1 pypi