commit: c0a714ecaa8fbf47fb70a182159c31b89ea11337 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 07:49:50 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 07:59:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a714ec
dev-python/parallax: enable py3.12 Closes: https://bugs.gentoo.org/929476 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-python/parallax/parallax-1.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/parallax/parallax-1.0.8.ebuild b/dev-python/parallax/parallax-1.0.8.ebuild index 2500aac1398d..03bf3021e511 100644 --- a/dev-python/parallax/parallax-1.0.8.ebuild +++ b/dev-python/parallax/parallax-1.0.8.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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Execute commands and copy files over SSH to multiple machines at once"
