From 903cc8e4be7e9ce7ca00532c5e4ce2d036fad4bb Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 13 May 2024 19:44:47 -0400 Subject: [PATCH] dev-python/asyncmy: enable py3.12 Bug: https://bugs.gentoo.org/921776 Closes: https://bugs.gentoo.org/931368 Signed-off-by: Julien Roy --- 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