-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump pypa/cibuildwheel from 2.19 to 2.20 in the actions …
…group (#949) * chore(deps): bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.19 to 2.20 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19...v2.20) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * ci: add 3.13 wheels * fix: require dev NumPy * fix: try again * style: pre-commit fixes * ci: try PYO3_USE_ABI3_FORWARD_COMPATIBILITY for Python 3.13 Signed-off-by: Henry Schreiner <[email protected]> * ci: fix several issues with config Signed-off-by: Henry Schreiner <[email protected]> * fix: support NumPy 2.2 Signed-off-by: Henry Schreiner <[email protected]> * fix: support NumPy <2 again Signed-off-by: Henry Schreiner <[email protected]> * style: ignore pylint warning Signed-off-by: Henry Schreiner <[email protected]> * ci: skip tests on 3,13 ARM Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5806d51
commit 8ded2db
Showing
6 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
strategy: | ||
matrix: | ||
python: [37, 38, 39, 310, 311, 312] | ||
python: [37, 38, 39, 310, 311, 312, 313] | ||
arch: [aarch64] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -57,7 +57,7 @@ jobs: | |
with: | ||
platforms: all | ||
|
||
- uses: pypa/cibuildwheel@v2.19 | ||
- uses: pypa/cibuildwheel@v2.20 | ||
env: | ||
CIBW_BUILD: cp${{ matrix.python }}-manylinux_* | ||
CIBW_ARCHS: ${{ matrix.arch }} | ||
|
@@ -115,7 +115,12 @@ jobs: | |
|
||
- uses: yezz123/setup-uv@v4 | ||
|
||
- uses: pypa/[email protected] | ||
- uses: actions/setup-python@v4 | ||
if: matrix.os == 'macos-14' | ||
with: | ||
python-version: 3.8 | ||
|
||
- uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: ${{ matrix.build }} | ||
CIBW_ARCHS: ${{ matrix.arch }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters