summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-31 15:46:18 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-31 15:56:40 +0200
commit3bc0dab61b1a81b264354b8b9ed1cc27c0532b35 (patch)
tree8c280bb826502a137f8dc766173bede0730aa05e /dev-ml/llvm-ocaml
parentdev-python/lit: Enable python3.11 (diff)
downloadgentoo-3bc0dab61b1a81b264354b8b9ed1cc27c0532b35.tar.gz
gentoo-3bc0dab61b1a81b264354b8b9ed1cc27c0532b35.tar.bz2
gentoo-3bc0dab61b1a81b264354b8b9ed1cc27c0532b35.zip
dev-ml/llvm-ocaml: Enable py3.11
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-15.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild
index 204608ff33a4..3f682163a64b 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake llvm llvm.org python-any-r1
DESCRIPTION="OCaml bindings for LLVM"