diff options
author | 2024-05-25 10:44:28 +0200 | |
---|---|---|
committer | 2024-05-25 11:28:29 +0200 | |
commit | bc706cdade8be0a7cc78105de6c9783da73a3e06 (patch) | |
tree | 2648baee0b3c0bf81329cb9798fcbaca376da40d /dev-ml/llvm-ocaml | |
parent | sys-devel/lld: Enable py3.13 (diff) | |
download | gentoo-bc706cdade8be0a7cc78105de6c9783da73a3e06.tar.gz gentoo-bc706cdade8be0a7cc78105de6c9783da73a3e06.tar.bz2 gentoo-bc706cdade8be0a7cc78105de6c9783da73a3e06.zip |
dev-ml/llvm-ocaml: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-19.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-19.0.0_pre20240525.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0.9999.ebuild index 879c30db0807..36b3716c0372 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake llvm.org llvm-utils python-any-r1 DESCRIPTION="OCaml bindings for LLVM" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0_pre20240525.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0_pre20240525.ebuild index 879c30db0807..36b3716c0372 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0_pre20240525.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-19.0.0_pre20240525.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake llvm.org llvm-utils python-any-r1 DESCRIPTION="OCaml bindings for LLVM" |