From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1426291-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 36A65158094
	for <garchives@archives.gentoo.org>; Tue,  9 Aug 2022 20:46:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 69CA7E0903;
	Tue,  9 Aug 2022 20:46:46 +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 4A582E0903
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Aug 2022 20:46:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4BD53340B37
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Aug 2022 20:46:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 85F52D4
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Aug 2022 20:46:43 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1660077997.b3dba2abf64a456a595f5c828cc90f4435110f14.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/pkgcheck/pkgcheck-9999.ebuild
X-VCS-Directories: dev-util/pkgcheck/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b3dba2abf64a456a595f5c828cc90f4435110f14
X-VCS-Branch: master
Date: Tue,  9 Aug 2022 20:46:43 +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: 311db230-6450-4a92-a525-19f4e999897f
X-Archives-Hash: a8211784818b6bc65922eb8d7172f216

commit:     b3dba2abf64a456a595f5c828cc90f4435110f14
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 20:46:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 20:46:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3dba2ab

dev-util/pkgcheck: enable py3.11

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 80366db8e2e5..c4438b5a107d 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_IN_SOURCE_BUILD=1
 inherit elisp-common distutils-r1 optfeature