Skip to content

Commit

Permalink
Merge pull request #1101 from kc611/release0.44
Browse files Browse the repository at this point in the history
Updated date and llvm versioning for 0.44.0rc1
  • Loading branch information
kc611 committed Jan 24, 2025
1 parent 726a726 commit b02a329
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGE_LOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.44.0rc1 (November 8, 2024)
-----------------------------
v0.44.0rc1 (November 18, 2024)
------------------------------

Highlights of this release are:

Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ Compatibility
llvmlite has been tested with Python 3.10 -- 3.13 and is likely to work with
greater versions.

As of version 0.41.0, llvmlite requires LLVM 14.x.x on all architectures
As of version 0.44.0, llvmlite requires LLVM 15.x.x on all architectures

Historical compatibility table:

================= ========================
llvmlite versions compatible LLVM versions
================= ========================
0.41.0 - ... 14.x.x
0.44.0 - ...... 15.x.x
0.41.0 - 0.43.0 14.x.x
0.40.0 - 0.40.1 11.x.x and 14.x.x (12.x.x and 13.x.x untested but may work)
0.37.0 - 0.39.1 11.x.x
0.34.0 - 0.36.0 10.0.x (9.0.x for ``aarch64`` only)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'llvm': ('http://llvm.org/releases/14.0.0/docs', None),
'llvm': ('http://llvm.org/releases/15.0.0/docs', None),
}

nitpicky = True

0 comments on commit b02a329

Please sign in to comment.