From fd3d4b884376a334306613837b9f57bb6fa6c6aa Mon Sep 17 00:00:00 2001 From: Gijs van Tulder Date: Tue, 12 Nov 2024 15:18:33 +0100 Subject: [PATCH] Update build and test versions. --- .github/workflows/test.yml | 2 +- .github/workflows/wheels.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f343eed..456bc05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3871f34..4f7114d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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"] @@ -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