From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1522213-garchives=archives.gentoo.org@lists.gentoo.org>
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 95CD215806E
	for <garchives@archives.gentoo.org>; Sat, 27 May 2023 15:55:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D6BCCE087B;
	Sat, 27 May 2023 15:55:55 +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 97F87E087B
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2023 15:55: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 B804533E4AD
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2023 15:55:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 53DBCA6C
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 May 2023 15:55:53 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1685202938.25889e1a9c63997f3451a5b0c76b0c2363a6848f.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/maturin/maturin-1.0.0.ebuild
X-VCS-Directories: dev-util/maturin/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: 25889e1a9c63997f3451a5b0c76b0c2363a6848f
X-VCS-Branch: master
Date: Sat, 27 May 2023 15:55:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e2145ce8-5764-4b03-bda6-b086e5160d6e
X-Archives-Hash: 8237d2e237f417f9ad55962ea8e35aaf

commit:     25889e1a9c63997f3451a5b0c76b0c2363a6848f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 15:52:30 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat May 27 15:55:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25889e1a

dev-util/maturin: enable py3.12

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-util/maturin/maturin-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/maturin/maturin-1.0.0.ebuild b/dev-util/maturin/maturin-1.0.0.ebuild
index ec18beb0cdc1..65010b2c9303 100644
--- a/dev-util/maturin/maturin-1.0.0.ebuild
+++ b/dev-util/maturin/maturin-1.0.0.ebuild
@@ -358,7 +358,7 @@ CRATES_TEST="
 	windows_x86_64_msvc-0.36.1
 	windows_x86_64_msvc-0.42.0"
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 inherit bash-completion-r1 cargo distutils-r1 edo flag-o-matic toolchain-funcs
 
 DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings"