From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1473625-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 4191615800F
	for <garchives@archives.gentoo.org>; Tue,  3 Jan 2023 16:14:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3A9A5E087A;
	Tue,  3 Jan 2023 16:14:42 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1B1B0E087A
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Jan 2023 16:14:42 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C857E340DE9
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Jan 2023 16:14:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F3B056F2
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Jan 2023 16:14:38 +0000 (UTC)
From: "William Hubbs" <williamh@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, "William Hubbs" <williamh@gentoo.org>
Message-ID: <1672762394.41e778f03d0f15ee1edb99347dd1665ecc43d43d.williamh@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
X-VCS-Directories: dev-vcs/python-gitlab/
X-VCS-Committer: williamh
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 41e778f03d0f15ee1edb99347dd1665ecc43d43d
X-VCS-Branch: master
Date: Tue,  3 Jan 2023 16:14:38 +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: 81046e6e-6b2f-4ad5-be14-7462e30c7a60
X-Archives-Hash: cff80bbb02e72c5251863a9a5adbb889

commit:     41e778f03d0f15ee1edb99347dd1665ecc43d43d
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 16:13:14 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 16:13:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e778f0

dev-vcs/python-gitlab: enable py3.11

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
index 87ac1ae0b2f5..c435a2a21883 100644
--- a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10,11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1