commit: 903cc8e4be7e9ce7ca00532c5e4ce2d036fad4bb Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon May 13 23:44:47 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon May 13 23:44:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=903cc8e4
dev-python/asyncmy: enable py3.12 Bug: https://bugs.gentoo.org/921776 Closes: https://bugs.gentoo.org/931368 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/asyncmy/asyncmy-0.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/asyncmy/asyncmy-0.2.8.ebuild b/dev-python/asyncmy/asyncmy-0.2.8.ebuild index 00a50fedf5..de742a792c 100644 --- a/dev-python/asyncmy/asyncmy-0.2.8.ebuild +++ b/dev-python/asyncmy/asyncmy-0.2.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2023 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} ) PYTHON_REQ_USE="ssl" DISTUTILS_USE_PEP517=poetry DISTUTILS_EXT=1