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 0de3c39
Show file tree
Hide file tree
Showing 2 changed files with 7 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', '3.13']
tensorflow: ['tensorflow']
# the implementation for scipy.ndimage changed in SciPy 1.6.0,
# causing some of the tests to fail
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ 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"]
- ["cp312", "3.12"]
- ["cp313", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +34,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 0de3c39

Please sign in to comment.