diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4f0169c..fedb671 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,10 +16,10 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 - - windows-2019 + - ubuntu-latest + - windows-latest - macos-13 # x86_64 - - macos-14 # amr64 + - macos-latest # arm64 fail-fast: false steps: diff --git a/pyproject.toml b/pyproject.toml index 7702195..8955936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=61.2", "Cython>=3.0", - "numpy>=2.0.0rc1", + "numpy>=2.0.0", ] build-backend = "setuptools.build_meta" @@ -122,7 +122,7 @@ filterwarnings = [ ] [tool.cibuildwheel] -build = "cp311-* cp312-*" +build = "cp311-* cp312-* cp313-*" build-frontend = "build[uv]" build-verbosity = 1 before-test = "uv pip install -r requirements/tests.txt --no-build" diff --git a/requirements/tests.txt b/requirements/tests.txt index 547e54a..d4b6a4c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -3,4 +3,4 @@ pytest>=7.0.0 pytest-mpl>=0.16.1 pytest-repeat>=0.9.3 -matplotlib>=3.5 +matplotlib>=3.6