From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1426297-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 680A7158094 for <garchives@archives.gentoo.org>; Tue, 9 Aug 2022 21:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F8DAE0BD8; Tue, 9 Aug 2022 21:18:57 +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 62E1EE0BDA for <gentoo-commits@lists.gentoo.org>; Tue, 9 Aug 2022 21:18:57 +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 2E9AE341083 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Aug 2022 21:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ECCD1E for <gentoo-commits@lists.gentoo.org>; Tue, 9 Aug 2022 21:18:54 +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: <1660079924.031d9d42340b333f3c6fc900c0073c37ef6c15a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gpyutils/gpyutils-0.8.2.ebuild X-VCS-Directories: app-portage/gpyutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 031d9d42340b333f3c6fc900c0073c37ef6c15a4 X-VCS-Branch: master Date: Tue, 9 Aug 2022 21:18:54 +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: afc30e9c-879e-4717-9476-5b315237b4fd X-Archives-Hash: 127a20c70f57046f4797560456f285db commit: 031d9d42340b333f3c6fc900c0073c37ef6c15a4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 9 21:18:43 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 9 21:18:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031d9d42 app-portage/gpyutils: enable py3.11 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/gpyutils/gpyutils-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gpyutils/gpyutils-0.8.2.ebuild b/app-portage/gpyutils/gpyutils-0.8.2.ebuild index d3a036a6fda0..9a5bbcb0aeee 100644 --- a/app-portage/gpyutils/gpyutils-0.8.2.ebuild +++ b/app-portage/gpyutils/gpyutils-0.8.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1