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 1C4F9158015 for ; Fri, 29 Dec 2023 02:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 307322BC066; Fri, 29 Dec 2023 02:12:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1C06B2BC066 for ; Fri, 29 Dec 2023 02:12:14 +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 538DC340806 for ; Fri, 29 Dec 2023 02:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78B9B14BE for ; Fri, 29 Dec 2023 02:12:10 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1703815893.1f20c7a030c5d12dcca17157b8d4c003938c2251.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/w3lib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/w3lib/w3lib-2.1.2.ebuild X-VCS-Directories: dev-python/w3lib/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 1f20c7a030c5d12dcca17157b8d4c003938c2251 X-VCS-Branch: dev Date: Fri, 29 Dec 2023 02:12: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: 4727f12c-402b-4930-bce4-29f49da8d3c5 X-Archives-Hash: 0372731f5eedcfc04070ec8f21e77278 commit: 1f20c7a030c5d12dcca17157b8d4c003938c2251 Author: Aisha Tammy aisha cc> AuthorDate: Fri Dec 29 01:59:31 2023 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Dec 29 02:11:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f20c7a0 dev-python/w3lib: enable py3.12 Signed-off-by: Aisha Tammy aisha.cc> dev-python/w3lib/w3lib-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/w3lib/w3lib-2.1.2.ebuild b/dev-python/w3lib/w3lib-2.1.2.ebuild index 08c95fca3e..a6c954743c 100644 --- a/dev-python/w3lib/w3lib-2.1.2.ebuild +++ b/dev-python/w3lib/w3lib-2.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi