Skip to content

Commit

Permalink
Update build and test versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvtulder committed Nov 12, 2024
1 parent 292f5d1 commit fd3d4b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
tensorflow: ['tensorflow']
# the implementation for scipy.ndimage changed in SciPy 1.6.0,
# causing some of the tests to fail
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
# similar to scipy wheels, see github action
# https://github.com/scipy/scipy/blob/ece78377d322f891b1ca2d248ac82caa3411837e/.github/workflows/wheels.yml
buildplat:
- [ubuntu-20.04, manylinux, x86_64]
- [ubuntu-22.04, manylinux, x86_64]
- [ubuntu-22.04, musllinux, x86_64]
# - [ubuntu-20.04, manylinux, aarch64]
- [macos-11, macosx, x86_64]
- [macos-12, macosx, arm64]
- [macos-13, macosx, x86_64]
- [macos-13, macosx, arm64]
- [windows-2019, win, AMD64]
python:
- ["cp38", "3.8"]
- ["cp39", "3.9"]
- ["cp310", "3.10"]
- ["cp311", "3.11"]
Expand All @@ -33,7 +33,7 @@ jobs:
python-version: "3.12"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.18.1
run: python -m pip install cibuildwheel==2.21.3

# https://github.com/scipy/oldest-supported-numpy/blob/master/setup.cfg

Expand Down

0 comments on commit fd3d4b8

Please sign in to comment.