Skip to content

docs: clarify unsupported Python 3.14 installs - #1762

Open
extrasmall0 wants to merge 2 commits into
NVIDIA:mainfrom
extrasmall0:docs-python-314-support
Open

docs: clarify unsupported Python 3.14 installs#1762
extrasmall0 wants to merge 2 commits into
NVIDIA:mainfrom
extrasmall0:docs-python-314-support

Conversation

@extrasmall0

@extrasmall0 extrasmall0 commented May 10, 2026

Copy link
Copy Markdown

Summary

  • document the current Python 3.10-3.13 support window in the README
  • align the conda example with that documented support range

Testing

  • python3 - <<"PY"
    import pathlib
    text = pathlib.Path("README.md").read_text()
    assert "Python 3.10-3.13" in text
    assert "python>=3.10,<3.14" in text
    print("ok")
    PY

Closes #1759

@github-actions

github-actions Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

DCO Assistant Lite bot All contributors have signed the DCO ✍️ ✅

@extrasmall0

Copy link
Copy Markdown
Author

I have read the DCO Document and I hereby sign the DCO

Signed-off-by: extrasmall0 <imshuaixu@gmail.com>
@extrasmall0
extrasmall0 force-pushed the docs-python-314-support branch from 0e92f74 to 25fbb9e Compare May 11, 2026 07:11
github-actions Bot added a commit that referenced this pull request May 11, 2026

@wadeKeith wadeKeith left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Withdrawn; this review was too cursory.

@extrasmall0

extrasmall0 commented May 15, 2026

Copy link
Copy Markdown
Author

Thanks for flagging the maintenance concern. That was a fair point on the earlier revision.

The current head no longer changes pyproject.toml or installer constraints. The branch is now limited to the README/docs note about Python 3.14 not being a supported install target, plus the matching conda example, and that cleanup is in 52ae229.

If you review the latest diff rather than the original version, I think the remaining question is just whether you want that clarification in the docs. If there is still a concrete concern with the current README-only change, I would appreciate the specific edge case to address.

@jmartin-tech

jmartin-tech commented May 15, 2026

Copy link
Copy Markdown
Collaborator

This PR is under discussion by the project based on forward maintenance expectations. This is not a docs only change as the impact to pyproject.toml will change how pip applies restrictions on installation even for developers that may be evaluating preview python versions. The review mentioned was not by a project member and is suspected to not even have been a human review so lacks context of the possible impacts and restrictions added by this PR.

Signed-off-by: Extra Small <littleshuai.bot@gmail.com>
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.

pip install fails silently on Python 3.14 (no torch/transformers wheels yet)

3 participants