Skip to content

Conversation

@shahid1330
Copy link

Description

This PR updates the installation documentation to reflect Python 3.13 support.

Fixes tensorflow/tensorflow#104919

Changes Made

  • Updated site/en/install/_index.yaml: Python 3.9-3.12 → Python 3.9-3.13
  • Updated site/en/install/pip.md: Python 3.9-3.12 → Python 3.9-3.13

Rationale

TensorFlow already supports Python 3.13:

  • Python 3.13 wheels are available for TF 2.20.0 (already listed in pip.md download table)
  • requirements_lock_3_13.txt exists in the main tensorflow repository
  • setup.py.tpl includes Python 3.13 in classifiers

However, the system requirements section still listed Python 3.12 as the maximum supported version, which could confuse users.

Verification

  • Verified Python 3.13 wheels exist in the download table (lines 563-566 of pip.md)
  • Checked main TensorFlow repository for Python 3.13 support evidence
  • Updated all instances of version range in installation docs

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.
@google-cla
Copy link

google-cla bot commented Jan 21, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tensorflow docs does not mention supporting 3.13 in one place

1 participant