diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-17 13:04:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-17 21:09:56 +0200 |
commit | 79157074aa8049f88a7aec7b29b1c31d73a59aa0 (patch) | |
tree | 1a095edadf98a59b3d2cfe22ab9d96be352bd1e8 /dev-ml | |
parent | sys-devel/llvm: Enable py3.12 in 17.0.0.9999 (diff) | |
download | gentoo-79157074aa8049f88a7aec7b29b1c31d73a59aa0.tar.gz gentoo-79157074aa8049f88a7aec7b29b1c31d73a59aa0.tar.bz2 gentoo-79157074aa8049f88a7aec7b29b1c31d73a59aa0.zip |
dev-ml/llvm-ocaml: Enable py3.12 in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild index 1e54d201785c..7499a8afc1dd 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="OCaml bindings for LLVM" |