commit: 8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de> AuthorDate: Wed Aug 16 19:30:54 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Sep 16 07:57:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8660ad0e
sys-cluster/hpx: enable py3.12 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/32377 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-cluster/hpx/hpx-1.9.1.ebuild | 2 +- sys-cluster/hpx/hpx-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/hpx/hpx-1.9.1.ebuild b/sys-cluster/hpx/hpx-1.9.1.ebuild index 2418f19d261f..8deb0b7b7817 100644 --- a/sys-cluster/hpx/hpx-1.9.1.ebuild +++ b/sys-cluster/hpx/hpx-1.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index fef4b1933ee7..8bdbcb41d96a 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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) if [[ ${PV} == 9999 ]] ; then inherit git-r3
