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 8C494158089 for ; Thu, 14 Sep 2023 14:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAA7D2BC031; Thu, 14 Sep 2023 14:34:58 +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 9336B2BC031 for ; Thu, 14 Sep 2023 14:34:58 +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 778DD335C87 for ; Thu, 14 Sep 2023 14:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA7D71050 for ; Thu, 14 Sep 2023 14:34:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1694702087.8a96e7dac9524ad332c12630f4b73a6b9654622a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sortedcollections/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sortedcollections/sortedcollections-2.1.0.ebuild X-VCS-Directories: dev-python/sortedcollections/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8a96e7dac9524ad332c12630f4b73a6b9654622a X-VCS-Branch: dev Date: Thu, 14 Sep 2023 14:34:55 +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: 3aef025f-972f-480d-8446-b56c5f99eb46 X-Archives-Hash: b8b30daaf529607a46f8737c65a98818 Message-ID: <20230914143455.YxvmgkaQjZOsA2_Kiqusx807xkJSydXmm4csWAozD4Q@z> commit: 8a96e7dac9524ad332c12630f4b73a6b9654622a Author: David Roman gmail com> AuthorDate: Thu Sep 14 14:34:47 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 14 14:34:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a96e7da dev-python/sortedcollections: enable py3.12 Signed-off-by: David Roman gmail.com> dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild index 9fd1a313fa..734a2b09e5 100644 --- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild +++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1