From 2a90b071a70db7137cb36a3c6341612864d917c7 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 13 May 2024 19:55:39 -0400 Subject: [PATCH] dev-python/asgi-lifespan: enable py3.12 Bug: https://bugs.gentoo.org/927805 Closes: https://bugs.gentoo.org/931376 Signed-off-by: Julien Roy --- 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