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 D6A1B1581D3 for ; Tue, 14 May 2024 00:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971D0E2AA4; Tue, 14 May 2024 00:14:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D7BBE2AA4 for ; Tue, 14 May 2024 00:14:33 +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 3FC0134068A for ; Tue, 14 May 2024 00:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AA331AAF for ; Tue, 14 May 2024 00:14:29 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715644539.2a90b071a70db7137cb36a3c6341612864d917c7.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asgi-lifespan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild X-VCS-Directories: dev-python/asgi-lifespan/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 2a90b071a70db7137cb36a3c6341612864d917c7 X-VCS-Branch: dev Date: Tue, 14 May 2024 00:14:29 +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: 4b3629bd-b127-4841-9de9-4093bb50e744 X-Archives-Hash: 5b8e507805dbeb74f024abfaee4dac96 Message-ID: <20240514001429.1Mdca7rD6_D96gGWPJcQUd4a0oAYHsGMjy2hCTo0F9Y@z> commit: 2a90b071a70db7137cb36a3c6341612864d917c7 Author: Julien Roy jroy ca> AuthorDate: Mon May 13 23:55:39 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 23:55:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a90b071 dev-python/asgi-lifespan: enable py3.12 Bug: https://bugs.gentoo.org/927805 Closes: https://bugs.gentoo.org/931376 Signed-off-by: Julien Roy jroy.ca> dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild index dfe2d87590..dd901bc635 100644 --- a/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild +++ b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1