Skip to content

Commit

Permalink
Update Numpy and Cython for Python 3.10 and 3.11 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Aug 14, 2024
1 parent 6355223 commit 420b361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
os: ubuntu-latest
pyver: cp310-cp310
piparch: manylinux2014_x86_64
numpy: numpy==1.22.0
cython: Cython==0.29.23
numpy: numpy==2.0.1
cython: Cython==3.0.10

- name: linux 3.11 amd64
os: ubuntu-latest
pyver: cp311-cp311
piparch: manylinux2014_x86_64
numpy: numpy==1.23.5
cython: Cython==0.29.35
numpy: numpy==2.0.1
cython: Cython==3.0.10

- name: linux 3.12 amd64
os: ubuntu-latest
Expand Down

0 comments on commit 420b361

Please sign in to comment.