Skip to content

Commit

Permalink
WHL: enable cp313 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 8, 2024
1 parent d84c6ca commit 9341978
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=61.2",
"Cython>=3.0",
"numpy>=2.0.0rc1",
"numpy>=2.0.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
pytest>=7.0.0
pytest-mpl>=0.16.1
pytest-repeat>=0.9.3
matplotlib>=3.5
matplotlib>=3.6

0 comments on commit 9341978

Please sign in to comment.