Skip to content

Commit

Permalink
Add all 3.12 binary build for wheel. Let's see how it goes. V2 (pytor…
Browse files Browse the repository at this point in the history
…ch#112882)

Fixes #ISSUE_NUMBER

Pull Request resolved: pytorch#112882
Approved by: https://github.com/malfet, https://github.com/sammcj
  • Loading branch information
albanD authored and pytorchmergebot committed Nov 16, 2023
1 parent 275403b commit 25fb88c
Show file tree
Hide file tree
Showing 11 changed files with 1,553 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/requirements/regenerate-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
typing-extensions
typing-extensions>=4.8.0
jinja2
2 changes: 1 addition & 1 deletion .github/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def generate_wheels_matrix(
package_type = "manywheel"

if python_versions is None:
python_versions = FULL_PYTHON_VERSIONS
python_versions = FULL_PYTHON_VERSIONS + ["3.12"]

if arches is None:
# Define default compute archivectures
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 25fb88c

Please sign in to comment.