From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1585407-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 ECC00158015
	for <garchives@archives.gentoo.org>; Sat, 30 Dec 2023 15:48:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E09042BC057;
	Sat, 30 Dec 2023 15:48:38 +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 AFC602BC057
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Dec 2023 15:48:38 +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 38D4C343006
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Dec 2023 15:48:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B20814CA
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Dec 2023 15:48:34 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
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 Roman" <davidroman96@gmail.com>
Message-ID: <1703815895.f3dc8e74b5a2c663cefa0ee41ae79c6d5b813818.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/parsel/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/parsel/parsel-1.8.1.ebuild
X-VCS-Directories: dev-python/parsel/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: f3dc8e74b5a2c663cefa0ee41ae79c6d5b813818
X-VCS-Branch: master
Date: Sat, 30 Dec 2023 15:48:34 +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: a8a0dd31-7a67-440e-a1fe-33caff32fbd8
X-Archives-Hash: 31488ce9f940f46eabbdfe53ad3df074

commit:     f3dc8e74b5a2c663cefa0ee41ae79c6d5b813818
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Dec 29 01:59:41 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Dec 29 02:11:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3dc8e74

dev-python/parsel: enable py3.12

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

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

diff --git a/dev-python/parsel/parsel-1.8.1.ebuild b/dev-python/parsel/parsel-1.8.1.ebuild
index c5c609ae89..21297dcc0a 100644
--- a/dev-python/parsel/parsel-1.8.1.ebuild
+++ b/dev-python/parsel/parsel-1.8.1.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