https://github.com/google/jax
Raw File
Tip revision: c3e242700872c2f7e098a07f3911ee6d2de8132c authored by jax authors on 22 June 2023, 22:08:21 UTC
Merge pull request #16527 from skye:version
Tip revision: c3e2427
deprecation.md
(version-support-policy)=
# 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