From 9cee4d81926c7b4c675245cd4693f298bd0c6ba0 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:36:34 +0530 Subject: [PATCH] Fix docs about Jax solver compatibility with Python versions (#3702) * Ensure correct Python versions for Jax solver compatibility * Simplify array of Python versions Co-authored-by: Eric G. Kratz * Use different conjunction Co-authored-by: Eric G. Kratz --------- Co-authored-by: Eric G. Kratz --- docs/source/user_guide/installation/gnu-linux-mac.rst | 2 +- docs/source/user_guide/installation/windows.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user_guide/installation/gnu-linux-mac.rst b/docs/source/user_guide/installation/gnu-linux-mac.rst index 3e93587cde..c73f549299 100644 --- a/docs/source/user_guide/installation/gnu-linux-mac.rst +++ b/docs/source/user_guide/installation/gnu-linux-mac.rst @@ -161,7 +161,7 @@ Users can install ``jax`` and ``jaxlib`` to use the Jax solver. .. note:: - The Jax solver is not supported on Python 3.8. It is supported on Python 3.9, 3.10, and 3.11. + The Jax solver is only supported for Python versions 3.9 through 3.12. .. code:: bash diff --git a/docs/source/user_guide/installation/windows.rst b/docs/source/user_guide/installation/windows.rst index 6e815b33c8..d99d1f2eb2 100644 --- a/docs/source/user_guide/installation/windows.rst +++ b/docs/source/user_guide/installation/windows.rst @@ -73,7 +73,7 @@ Users can install ``jax`` and ``jaxlib`` to use the Jax solver. .. note:: - The Jax solver is not supported on Python 3.8. It is supported on Python 3.9, 3.10, and 3.11. + The Jax solver is only supported for Python versions 3.9 through 3.12. .. code:: bash