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 05CD815806E for ; Sat, 27 May 2023 13:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46136E0805; Sat, 27 May 2023 13:21:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C85DCE0805 for ; Sat, 27 May 2023 13:21:06 +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 169263410AC for ; Sat, 27 May 2023 13:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 673B2A80 for ; Sat, 27 May 2023 13:21:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1685193643.8f3c8f36c7a6506d1ab5a69bd0fdbb9a5e5ef75e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild X-VCS-Directories: dev-python/setuptools-rust/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f3c8f36c7a6506d1ab5a69bd0fdbb9a5e5ef75e X-VCS-Branch: master Date: Sat, 27 May 2023 13:21:03 +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: 7f4276a6-84ea-4437-bef2-20c42998c7ed X-Archives-Hash: c9747524950c791f47b1dd86419231a4 commit: 8f3c8f36c7a6506d1ab5a69bd0fdbb9a5e5ef75e Author: Michał Górny gentoo org> AuthorDate: Sat May 27 10:45:42 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 27 13:20:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3c8f36 dev-python/setuptools-rust: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild index 591c156fb8db..56581a52e671 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.6.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 CARGO_OPTIONAL=yes DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) CRATES=" autocfg-1.1.0