commit: a9c5e8b2aee6e30447f5101cf892a6669a635b70 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 15:32:20 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 15:32:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9c5e8b2
app-office/pyspread: enable py3.12 Closes: https://bugs.gentoo.org/931357 Signed-off-by: Julien Roy <julien <AT> jroy.ca> app-office/pyspread/pyspread-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/pyspread/pyspread-2.1.1.ebuild b/app-office/pyspread/pyspread-2.1.1.ebuild index cd4aa7b3e0..81b45d09d9 100644 --- a/app-office/pyspread/pyspread-2.1.1.ebuild +++ b/app-office/pyspread/pyspread-2.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit xdg desktop distutils-r1