Skip to content

Commit

Permalink
update more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Nov 12, 2024
1 parent f0cd31c commit 00129e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

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

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

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

- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:

name: ${{ matrix.os }} ${{ matrix.architecture}}
env:
CIBW_BEFORE_ALL: "pip install numpy==2.0.0rc1 cython"
CIBW_BEFORE_ALL: "pip install numpy cython"
CIBW_SKIP: "pp* *37* *38*"
CIBW_ARCHS_MACOS: ${{ matrix.architecture }}
CIBW_TEST_SKIP: "*"
Expand Down

0 comments on commit 00129e8

Please sign in to comment.