Skip to content

Commit 9e85384

Browse files
committed
Merge branch 'main' of github.com:data-apis/array-api-compat into dask-fft
2 parents 91ffaaf + 3f30c62 commit 9e85384

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030

3131
### Minor Changes
3232

33+
- NumPy 2.0 is now wrapped again. Previously it was unwrapped because it has
34+
full 2022.12 array API support but it now requires wrapping again for
35+
2023.12 support.
36+
3337
- Support for JAX 0.4.32 and newer which implements the array API directly in
3438
`jax.numpy`.
3539

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@
2323
"dask": "dask",
2424
"sparse": "sparse >=0.15.1",
2525
},
26+
python_requires=">=3.9",
2627
classifiers=[
2728
"Programming Language :: Python :: 3",
2829
"Programming Language :: Python :: 3.9",
2930
"Programming Language :: Python :: 3.10",
3031
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3134
"License :: OSI Approved :: MIT License",
3235
"Operating System :: OS Independent",
3336
],

0 commit comments

Comments
 (0)