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 1B7F215817D for ; Mon, 3 Jun 2024 02:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 427F9E29F7; Mon, 3 Jun 2024 02:25:09 +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 1EDD2E29F7 for ; Mon, 3 Jun 2024 02:25:09 +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 0A69B335D1C for ; Mon, 3 Jun 2024 02:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CD2B1BE8 for ; Mon, 3 Jun 2024 02:25:06 +0000 (UTC) From: "Sam James" 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" Message-ID: <1717381029.c713554254ced5e8faf0df9f9f4da2fda57aaa57.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/greenlet/greenlet-3.0.3.ebuild X-VCS-Directories: dev-python/greenlet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c713554254ced5e8faf0df9f9f4da2fda57aaa57 X-VCS-Branch: master Date: Mon, 3 Jun 2024 02:25:06 +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: f4dc47dd-27c6-429a-8c03-e7035d624923 X-Archives-Hash: 9d61b3240c629da95fc4afd22c1201dd commit: c713554254ced5e8faf0df9f9f4da2fda57aaa57 Author: Sam James gentoo org> AuthorDate: Mon Jun 3 02:06:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 02:17:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7135542 dev-python/greenlet: enable py3.12 Done with regret. It still fails tests with python[debug] but upstream seem content enough and folks are shipping wheels with Python 3.12 + greenlet, so it can't be *that* bad, I guess. People really need to stop using this though. Closes: https://bugs.gentoo.org/929456 Signed-off-by: Sam James gentoo.org> dev-python/greenlet/greenlet-3.0.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/greenlet/greenlet-3.0.3.ebuild b/dev-python/greenlet/greenlet-3.0.3.ebuild index 876361e966d7..63f60e82155d 100644 --- a/dev-python/greenlet/greenlet-3.0.3.ebuild +++ b/dev-python/greenlet/greenlet-3.0.3.ebuild @@ -6,8 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools # Note: greenlet is built-in in pypy -# py3.12: https://github.com/python-greenlet/greenlet/issues/368 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi