summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-20 16:25:34 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-20 19:52:53 +0200
commit789f44432eac24d110731c5376cf8767b7936541 (patch)
tree74f9b070547968be65af5811696a7119ca3a1622 /dev-ml
parentsys-devel/llvm: Enable py3.12 in 16.0.6 (diff)
downloadgentoo-789f44432eac24d110731c5376cf8767b7936541.tar.gz
gentoo-789f44432eac24d110731c5376cf8767b7936541.tar.bz2
gentoo-789f44432eac24d110731c5376cf8767b7936541.zip
dev-ml/llvm-ocaml: Enable py3.12 in 16.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild
index d5f0179fb951..a496042b570e 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.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"