Skip to content

Commit

Permalink
Add Python 3.12 to supported version matrix (openxla#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevesquedion authored May 31, 2024
1 parent 82bfdd4 commit 2830427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishWheelRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11" ]
python-version: [ "3.10", "3.11", "3.12" ]
runs-on: ${{ github.repository == 'openxla/stablehlo' && 'ubuntu-22.04-64core' || 'ubuntu-22.04' }}

steps:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11" ]
python-version: [ "3.10", "3.11", "3.12" ]

steps:
- name: Checkout
Expand Down

0 comments on commit 2830427

Please sign in to comment.