diff options
author | Kurt Kanzenbach <kurt@kmk-computers.de> | 2023-08-16 21:30:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-09-16 10:57:17 +0300 |
commit | 8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af (patch) | |
tree | 35c2fe874b47bebe87093d5e9f1fc78207cdfb9e /sys-cluster | |
parent | sys-cluster/hpx: drop 1.9.0 (diff) | |
download | gentoo-8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af.tar.gz gentoo-8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af.tar.bz2 gentoo-8660ad0e9ad0ebe9ae2421b0ab4a10b324fa38af.zip |
sys-cluster/hpx: enable py3.12
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/32377
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/hpx/hpx-1.9.1.ebuild | 2 | ||||
-rw-r--r-- | 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 |