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 35033158094 for ; Thu, 22 Sep 2022 15:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59141E0D45; Thu, 22 Sep 2022 15:00: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FD03E0D45 for ; Thu, 22 Sep 2022 15:00:46 +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 2B6DC341091 for ; Thu, 22 Sep 2022 15:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E015D4 for ; Thu, 22 Sep 2022 15:00:43 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1663858839.0df33dcee07136b23dd6de8b0c6648b9f237323c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mapbox_earcut/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mapbox_earcut/mapbox_earcut-1.0.0.ebuild X-VCS-Directories: dev-python/mapbox_earcut/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0df33dcee07136b23dd6de8b0c6648b9f237323c X-VCS-Branch: master Date: Thu, 22 Sep 2022 15:00:43 +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: 0165f03e-15fa-4952-b674-ad1ceccd5940 X-Archives-Hash: 0d425c5079fdf4cbb0f9549b70bfc961 commit: 0df33dcee07136b23dd6de8b0c6648b9f237323c Author: Marek Szuba gentoo org> AuthorDate: Thu Sep 22 15:00:15 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 22 15:00:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df33dce dev-python/mapbox_earcut: enable py3.11 Signed-off-by: Marek Szuba gentoo.org> dev-python/mapbox_earcut/mapbox_earcut-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mapbox_earcut/mapbox_earcut-1.0.0.ebuild b/dev-python/mapbox_earcut/mapbox_earcut-1.0.0.ebuild index 2bd337492c06..4fc8129e31ae 100644 --- a/dev-python/mapbox_earcut/mapbox_earcut-1.0.0.ebuild +++ b/dev-python/mapbox_earcut/mapbox_earcut-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1