commit: 38b56665594a28b11be26d31a3f618deb9d51d2f Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 15:56:46 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 16:33:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38b56665
dev-python/pyfiglet: enable py3.12 Closes: https://bugs.gentoo.org/931403 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild index cc1fae3b4e..d20c76d1d7 100644 --- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild +++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi
