Skip to content

Commit

Permalink
Build Linux releases for Python 3.12 (#5)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marbre authored Jan 8, 2025
1 parent fda7cdf commit f4005fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildReleaseAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
package: [torch-mlir]
py_version: [cp310-cp310, cp311-cp311]
py_version: [cp310-cp310, cp311-cp311, cp312-cp312]

steps:
- name: Checkout torch-mlir
Expand Down

0 comments on commit f4005fb

Please sign in to comment.