Skip to content

Commit

Permalink
Merge pull request #9 from MatthewSZhang/cibw
Browse files Browse the repository at this point in the history
CI update cibw for Python 3.13
  • Loading branch information
MatthewSZhang authored Oct 10, 2024
2 parents c03ffc9 + 7dc837c commit 10a32a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Test with doctest
shell: bash
run: |
pixi run doc
CMD=doctest pixi run doc
- name: Test coverage
shell: bash
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_BUILD: cp3*-*
CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ wheels/

# Used by sphinx
doc/_build/
doc/generated/
doc/generated/
doc/auto_examples/
doc/sg_execution_times.rst

0 comments on commit 10a32a9

Please sign in to comment.