Skip to content

Commit

Permalink
Merge pull request #4973 from neutrinoceros/whl/cp313
Browse files Browse the repository at this point in the history
WHL: enable cp313 wheels
  • Loading branch information
neutrinoceros authored Sep 18, 2024
2 parents 749eca3 + 249da76 commit 51c845d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- MANIFEST.in
workflow_dispatch:


jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Visualization",
Expand Down Expand Up @@ -464,7 +465,7 @@ show_error_context = true
exclude = "(test_*|lodgeit)"

[tool.cibuildwheel]
build = "cp39-* cp310-* cp311-* cp312-*"
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
build-verbosity = 1
test-skip = "*-musllinux*"
test-extras = "test"
Expand Down

0 comments on commit 51c845d

Please sign in to comment.