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 DBCBD158089 for ; Sat, 28 Oct 2023 17:29:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F00842BC037; Sat, 28 Oct 2023 17:29:55 +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 D32992BC037 for ; Sat, 28 Oct 2023 17:29: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B68DE335C11 for ; Sat, 28 Oct 2023 17:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 431DF11E3 for ; Sat, 28 Oct 2023 17:29:53 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1698514183.76bc75a29a9830113d1417bca87e108d54384779.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cram/cram-0.7-r2.ebuild X-VCS-Directories: dev-util/cram/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 76bc75a29a9830113d1417bca87e108d54384779 X-VCS-Branch: master Date: Sat, 28 Oct 2023 17:29: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: 82726f24-c418-4ca1-ae05-011a46e4bf19 X-Archives-Hash: aac3d52e91df0f2b4e137de3b92b0d87 commit: 76bc75a29a9830113d1417bca87e108d54384779 Author: David Seifert gentoo org> AuthorDate: Sat Oct 28 17:29:43 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 28 17:29:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bc75a2 dev-util/cram: enable py3.12 Signed-off-by: David Seifert gentoo.org> dev-util/cram/cram-0.7-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cram/cram-0.7-r2.ebuild b/dev-util/cram/cram-0.7-r2.ebuild index bb74a99d6315..1afc63473bd4 100644 --- a/dev-util/cram/cram-0.7-r2.ebuild +++ b/dev-util/cram/cram-0.7-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi