commit: 3241ea397639a0ce626df893184902e4c0eb8038 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de> AuthorDate: Mon Jun 10 18:14:21 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Jul 13 08:11:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3241ea39
sys-cluster/hpx: enable py3.13 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/37109 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-cluster/hpx/hpx-1.10.0.ebuild | 2 +- sys-cluster/hpx/hpx-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/hpx/hpx-1.10.0.ebuild b/sys-cluster/hpx/hpx-1.10.0.ebuild index 69e8c0ce6b0f..6adc37ae73d9 100644 --- a/sys-cluster/hpx/hpx-1.10.0.ebuild +++ b/sys-cluster/hpx/hpx-1.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 617ed6fd044e..e8ac94549585 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3
