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 D6B52158089 for ; Sat, 7 Oct 2023 08:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 276F12BC02E; Sat, 7 Oct 2023 08:46:21 +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 0CF922BC02E for ; Sat, 7 Oct 2023 08:46:21 +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 27373335CB7 for ; Sat, 7 Oct 2023 08:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 839F99F1 for ; Sat, 7 Oct 2023 08:46:17 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1696667790.82946cc603d6f0036f97528a2660714a0ce99bfe.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/rust-std/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/rust-std/rust-std-1.73.0.ebuild X-VCS-Directories: sys-devel/rust-std/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 82946cc603d6f0036f97528a2660714a0ce99bfe X-VCS-Branch: master Date: Sat, 7 Oct 2023 08:46:17 +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: a995f850-7c84-4ced-bc77-ea96370489f8 X-Archives-Hash: eef12be645269f367d73c0a5d2088d82 commit: 82946cc603d6f0036f97528a2660714a0ce99bfe Author: WANG Xuerui gentoo org> AuthorDate: Thu Oct 5 23:23:55 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Oct 7 08:36:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82946cc6 sys-devel/rust-std: enable py3.12 Signed-off-by: WANG Xuerui gentoo.org> sys-devel/rust-std/rust-std-1.73.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/rust-std/rust-std-1.73.0.ebuild b/sys-devel/rust-std/rust-std-1.73.0.ebuild index e6917e1e9b8f..1432096c3a0d 100644 --- a/sys-devel/rust-std/rust-std-1.73.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.73.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs