Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test-infra-ref: main
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.

build:
needs: generate-matrix
Expand Down
Loading