From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C347C158090 for ; Mon, 16 May 2022 16:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D768E08BD; Mon, 16 May 2022 16:03:16 +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 D7BFDE08C8 for ; Mon, 16 May 2022 16:03:15 +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 DB4F8341889 for ; Mon, 16 May 2022 16:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7FA3477 for ; Mon, 16 May 2022 16:03:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652716982.7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distro/distro-1.7.0.ebuild X-VCS-Directories: dev-python/distro/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c X-VCS-Branch: master Date: Mon, 16 May 2022 16:03:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 986e8621-292c-4ef4-aa67-d2447338d3ae X-Archives-Hash: d8104f5f37608c4bff66679ed4ae9ae5 commit: 7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 16 15:42:05 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 16 16:03:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0526fc dev-python/distro: enable py3.11 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/distro/distro-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/distro/distro-1.7.0.ebuild b/dev-python/distro/distro-1.7.0.ebuild index e851bc91a0f8..e8782ec7484c 100644 --- a/dev-python/distro/distro-1.7.0.ebuild +++ b/dev-python/distro/distro-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Reliable machine-readable Linux distribution information for Python"