Skip to content

Commit

Permalink
bump numpy to 2.2 for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Jan 19, 2025
1 parent e9f6516 commit 9f7c57d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
docker-image: quay.io/pypa/manylinux2014_x86_64
python-arch: 'x86_64'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: ubuntu-latest
os-name: linux
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
docker-image: quay.io/pypa/manylinux_2_28_aarch64
python-arch: 'aarch64'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: macos-13
os-name: mac
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
python-arch: x86_64
macos-min-version: '10.9'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: macos-14 # M1
os-name: mac
Expand All @@ -148,7 +148,7 @@ jobs:
python-arch: arm64
macos-min-version: '11.0'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: windows-latest
os-name: windows
Expand All @@ -174,7 +174,7 @@ jobs:
os-name: windows
python-version: '3.13'
python-arch: 'x86_64'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

permissions:
security-events: write
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
docker-image: quay.io/pypa/manylinux2014_x86_64
python-arch: 'x86_64'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: ubuntu-latest
os-name: linux
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
docker-image: quay.io/pypa/manylinux_2_28_aarch64
python-arch: 'aarch64'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: macos-13
os-name: mac
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
python-arch: x86_64
macos-min-version: '10.9'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: macos-14 # M1
os-name: mac
Expand All @@ -368,7 +368,7 @@ jobs:
python-arch: arm64
macos-min-version: '11.0'
python-version: '3.13'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

- os-image: windows-latest
os-name: windows
Expand All @@ -394,7 +394,7 @@ jobs:
os-name: windows
python-version: '3.13'
python-arch: 'x86_64'
numpy-version: '2.0.*'
numpy-version: '2.2.*'

runs-on: ${{ matrix.config.os-image }}
# container: ${{ matrix.config.docker-image }}
Expand Down

0 comments on commit 9f7c57d

Please sign in to comment.