Skip to content

Conversation

@kirklandsign
Copy link
Contributor

Summary

Removed Python 3.13 from the list of supported versions for windows for now. It's causing issue.

Test plan

CI

Removed Python 3.13 from the list of supported versions for windows for now. It's causing issue.
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 12, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16232

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

✅ You can merge normally! (4 Unrelated Failures)

As of commit d21d473 with merge base c493e2d (image):

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 12, 2025
@kirklandsign kirklandsign marked this pull request as ready for review December 12, 2025 22:58
Copilot AI review requested due to automatic review settings December 12, 2025 22:58
@github-actions
Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes Python 3.13 from the Windows wheel build workflow due to compatibility issues. While Linux, macOS, and aarch64-Linux workflows continue to support Python 3.13, the Windows build now only targets Python 3.10-3.12. This creates a platform-specific version constraint that should be documented.

Key Changes

  • Removed Python 3.13 from the python-versions list in the Windows wheel build workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

with-cuda: disabled
with-rocm: disabled
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
python-versions: '["3.10", "3.11", "3.12"]'
Copy link

Copilot AI Dec 12, 2025

Choose a reason for hiding this comment

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

The removal of Python 3.13 from Windows builds creates an inconsistency with the documentation. Several documentation files (README-wheel.md:8, docs/source/getting-started.md:11, docs/source/quick-start-section.md:20, docs/source/using-executorch-building-from-source.md:31, docs/source/raspberry_pi_llama_tutorial.md:7,22,45) state that Python 3.10-3.13 is supported without mentioning that Windows excludes 3.13. Consider either updating these documentation files to clarify platform-specific Python version support, or adding a note that Windows currently supports only 3.10-3.12.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants