Skip to content

Commit

Permalink
Update minimum LLVM version to 14
Browse files Browse the repository at this point in the history
As titled.
  • Loading branch information
apmasell committed Mar 27, 2023
1 parent 3459077 commit 10386c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test(argv, **kwds):


_min_llvmlite_version = (0, 40, 0)
_min_llvm_version = (11, 0, 0)
_min_llvm_version = (14, 0, 0)

def _ensure_llvm():
"""
Expand Down

0 comments on commit 10386c3

Please sign in to comment.