Skip to content

Commit f4005fb

Browse files
authored
Build Linux releases for Python 3.12 (#5)
The default Python version on Ubuntu 24.04 LTS and other distribtions like Gentoo is Python 3.12, therefore building wheels for Python 3.12 seems reasonable.
1 parent fda7cdf commit f4005fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildReleaseAndPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
package: [torch-mlir]
29-
py_version: [cp310-cp310, cp311-cp311]
29+
py_version: [cp310-cp310, cp311-cp311, cp312-cp312]
3030

3131
steps:
3232
- name: Checkout torch-mlir

0 commit comments

Comments
 (0)