From a8cd3274334f899f2a258e28049489cae3c1b14a Mon Sep 17 00:00:00 2001 From: shahid1330 Date: Wed, 21 Jan 2026 20:34:17 +0530 Subject: [PATCH] Update documentation to reflect Python 3.13 support Fixes tensorflow/tensorflow#104919 TensorFlow already supports Python 3.13 (wheels are available for 2.20.0 and requirements_lock_3_13.txt exists in the main repository), but the installation documentation still listed Python 3.12 as the latest supported version. Updated: - site/en/install/_index.yaml: Python 3.9-3.12 -> 3.9-3.13 - site/en/install/pip.md: Python 3.9-3.12 -> 3.9-3.13 The pip.md file already included Python 3.13 wheel URLs in the download table, confirming that Python 3.13 is fully supported. --- site/en/install/_index.yaml | 2 +- site/en/install/pip.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/install/_index.yaml b/site/en/install/_index.yaml index 71bc660f81..748efa4ae9 100644 --- a/site/en/install/_index.yaml +++ b/site/en/install/_index.yaml @@ -20,7 +20,7 @@ landing_page:
    -
  • Python 3.9–3.12
  • +
  • Python 3.9–3.13
  • Ubuntu 16.04 or later
  • Windows 7 or later (with C++ redistributable)
diff --git a/site/en/install/pip.md b/site/en/install/pip.md index a9e4bf4bf7..147172dfe0 100644 --- a/site/en/install/pip.md +++ b/site/en/install/pip.md @@ -140,7 +140,7 @@ Note: GPU support is available for Ubuntu and Windows with CUDA®-enabled cards. ## Software requirements -* Python 3.9–3.12 +* Python 3.9–3.13 * pip version 19.0 or higher for Linux (requires `manylinux2014` support) and Windows. pip version 20.3 or higher for macOS. * Windows Native Requires