Skip to content

Commit

Permalink
py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Feb 6, 2024
1 parent 0d27573 commit 75f509b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Build wheels
uses: joerick/[email protected]
Expand Down

0 comments on commit 75f509b

Please sign in to comment.