Skip to content

Commit a4266b5

Browse files
committed
Mention python 3.13 in docs & package metadata
1 parent a582df0 commit a4266b5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/deprecation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,23 @@ This means we support at least:
1818
* **Python 3.10** was released October 2021, and will be supported in new JAX releases at least until **July 2025**.
1919
* **Python 3.11** was released October 2022, and will be supported in new JAX releases at least until **July 2026**.
2020
* **Python 3.12** was released October 2023, and will be supported in new JAX releases at least until **July 2027**.
21+
* **Python 3.13** was released October 2024, and will be supported in new JAX releases at least until **July 2028**.
2122

2223
* All NumPy feature releases in the 24 months prior to each JAX release. For example:
2324

2425
* **NumPy 1.24** was released December 2022, and will be supported in new JAX releases at least until **December 2024**.
2526
* **NumPy 1.25** was released June 2023, and will be supported in new JAX releases at least until **June 2025**
2627
* **NumPy 1.26** was released September 2023, and will be supported in new JAX releases at least until **September 2025**
2728
* **NumPy 2.0** was released June 2024, and will be supported in new JAX releases at least until **June 2026**
29+
* **NumPy 2.1** was released August 2024, and will be supported in new JAX releases at least until **August 2026**
2830

2931
* All SciPy feature releases in the 24 months prior to each JAX release. For example:
3032

3133
* **Scipy 1.10** was released January 2023, and will be supported in new JAX releases at least until **January 2025**.
3234
* **Scipy 1.11** was released June 2023, and will be supported in new JAX releases at least until **June 2025**.
3335
* **Scipy 1.12** was released January 2024, and will be supported in new JAX releases at least until **January 2026**.
3436
* **Scipy 1.13** was released April 2024, and will be supported in new JAX releases at least until **April 2026**.
37+
* **Scipy 1.14** was released June 2024, and will be supported in new JAX releases at least until **June 2026**.
3538

3639
JAX releases may support older versions of Python, NumPy, and SciPy than strictly required
3740
by this policy, but support for older versions may be dropped at any time beyond the listed

jaxlib/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def has_ext_modules(self):
7272
"Programming Language :: Python :: 3.10",
7373
"Programming Language :: Python :: 3.11",
7474
"Programming Language :: Python :: 3.12",
75+
"Programming Language :: Python :: 3.13",
7576
],
7677
package_data={
7778
'jaxlib': [

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def load_version_module(pkg_path):
119119
"Programming Language :: Python :: 3.10",
120120
"Programming Language :: Python :: 3.11",
121121
"Programming Language :: Python :: 3.12",
122+
"Programming Language :: Python :: 3.13",
122123
],
123124
zip_safe=False,
124125
)

0 commit comments

Comments
 (0)