commit: 2a90b071a70db7137cb36a3c6341612864d917c7 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon May 13 23:55:39 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> 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 <julien <AT> 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
