Skip to content

Commit bfa990f

Browse files
authored
Build Windows releases for Python 3.12 (#9)
Pre-built installers are not available for Python 3.11. The latest 3.11 release 3.11.11, but Windows installers for 3.11 are only available up to version 3.11.9 (see https://www.python.org/downloads/windows/). Therefore, offering wheels for Python 3.12 seems reasonable.
1 parent 90beb5c commit bfa990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildReleaseAndPublishWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
package: [torch-mlir]
32-
py_version: [cp310-cp310, cp311-cp311]
32+
py_version: [cp310-cp310, cp311-cp311, cp312-312]
3333

3434
steps:
3535
- name: Checkout torch-mlir

0 commit comments

Comments
 (0)