https://github.com/google/jax
Raw File
Tip revision: 0282b4bfadeb68f28978eed36aac92a0fce8a9a3 authored by jax authors on 28 September 2022, 15:00:20 UTC
Merge pull request #12538 from jakevdp:bundle-pyi
Tip revision: 0282b4b
deprecation.md
# Python and NumPy version support policy


JAX follows NumPy's [NEP-29 deprecation policy](https://numpy.org/neps/nep-0029-deprecation_policy.html). JAX supports at least:

* All minor versions of Python released 42 months prior to the project, and at minimum the two latest minor versions.

* All minor versions of numpy released in the 24 months prior to the project, and at minimum the last three minor versions.

JAX may support older versions of Python and NumPy, but support for older versions may be dropped at any time.
back to top