From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1631036-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 E83AE1582E8
	for <garchives@archives.gentoo.org>; Tue, 14 May 2024 19:07:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1B7D1E2A10;
	Tue, 14 May 2024 19:07:34 +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 01367E29FF
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2024 19:07:33 +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 2BEEB340813
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2024 19:07:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 628301A80
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2024 19:07:31 +0000 (UTC)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca>
Message-ID: <1715704405.957cacd2f6246848ae327898758dd9d16af761a3.julien@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/prawcore/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/prawcore/prawcore-2.3.0.ebuild
X-VCS-Directories: dev-python/prawcore/
X-VCS-Committer: julien
X-VCS-Committer-Name: Julien Roy
X-VCS-Revision: 957cacd2f6246848ae327898758dd9d16af761a3
X-VCS-Branch: dev
Date: Tue, 14 May 2024 19:07:31 +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: 24968f49-59ae-4987-abce-584b7e771728
X-Archives-Hash: 826af9e2fcef46f3d56bb43f349f31bb
Message-ID: <20240514190731.pHxl17M1eXWtU4kMEKE6mrlDJqxEYMECP4lviXpOGSQ@z>

commit:     957cacd2f6246848ae327898758dd9d16af761a3
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 15:58:00 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 16:33:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=957cacd2

dev-python/prawcore: enable py3.12

Closes: https://bugs.gentoo.org/931400
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/prawcore/prawcore-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild
index 7aca8aac6b..59d24eedee 100644
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ b/dev-python/prawcore/prawcore-2.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi