commit: e31441fb9103a0ba065e63091f577ed490d33c5e Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 18:50:06 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 18:50:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e31441fb
dev-python/scramp: enable py3.12 Closes: https://bugs.gentoo.org/931423 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/scramp/scramp-1.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/scramp/scramp-1.4.4.ebuild b/dev-python/scramp/scramp-1.4.4.ebuild index 24a94bbb02..23fcd02c1a 100644 --- a/dev-python/scramp/scramp-1.4.4.ebuild +++ b/dev-python/scramp/scramp-1.4.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 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
