From 19890086fa3eae46ef3b852718688dc701fd231b Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Thu, 22 Jun 2023 18:29:02 -0700 Subject: [PATCH] [Rollback] Remove py3.8 support from jax as per https://jax.readthedocs.io/en/latest/deprecation.html PiperOrigin-RevId: 542724110 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f1c39e8..aaaa829eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,16 @@ Remember to align the itemized text with the first line of an item within a list ## jax 0.4.14 +* Deprecations + * Python 3.8 support has been dropped as per + https://jax.readthedocs.io/en/latest/deprecation.html + ## jaxlib 0.4.14 +* Deprecations + * Python 3.8 support has been dropped as per + https://jax.readthedocs.io/en/latest/deprecation.html + ## jax 0.4.13 (June 22, 2023) * Changes