Skip to content

docs: Update supported Python versions in CONTRIBUTING.md to 3.10-3.13#7870

Merged
rwitcher merged 1 commit into
tensorflow:masterfrom
vkarampudi:feature/update-python-versions-contributing
Jun 23, 2026
Merged

docs: Update supported Python versions in CONTRIBUTING.md to 3.10-3.13#7870
rwitcher merged 1 commit into
tensorflow:masterfrom
vkarampudi:feature/update-python-versions-contributing

Conversation

@vkarampudi

Copy link
Copy Markdown
Collaborator

Description

This PR resolves Issue #7774 by updating the outdated Python version support statement in CONTRIBUTING.md.

The Problem

The CONTRIBUTING.md file currently states:

“At this point, TFX only supports Python 3 (3.7, 3.8, and 3.9) on Linux and MacOS.”

This documentation is significantly outdated. In our current configuration (defined in pyproject.toml), TFX has transitioned to requiring Python >= 3.10, with official support extending up to Python 3.13. Python 3.7, 3.8, and 3.9 are no longer supported.

The Solution

We updated CONTRIBUTING.md to accurately reflect the active Python version support matrix:

“At this point, TFX only supports Python 3 (3.10, 3.11, 3.12, and 3.13) on Linux and MacOS.”

This aligns the documentation perfectly with the project's build and package configuration.

@rwitcher rwitcher left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rwitcher rwitcher merged commit e34793a into tensorflow:master Jun 23, 2026
15 checks passed
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.

Docs: Add Python 3.10 support to CONTRIBUTING.md

2 participants