commit: c0e0889d788a0f0f8cdd63b0388587e7b3d9d140 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de> AuthorDate: Sat Jul 5 09:11:58 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 23 02:30:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e0889d
sys-cluster/hpx: enable py3.14, remove py3.10 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de> Part-of: https://github.com/gentoo/gentoo/pull/42878 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/hpx/hpx-1.11.0.ebuild | 2 +- sys-cluster/hpx/hpx-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/hpx/hpx-1.11.0.ebuild b/sys-cluster/hpx/hpx-1.11.0.ebuild index 725fbaa7abe9..ff3ab6f9fe00 100644 --- a/sys-cluster/hpx/hpx-1.11.0.ebuild +++ b/sys-cluster/hpx/hpx-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index e8ac94549585..210ceea870ef 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3
