-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: add 3.13 wheels Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes * Update requirements-test-full.txt * Update cibuildwheel.toml * ci: build pyo3 in forward compat mode * Update test.yml --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jim Pivarski <[email protected]>
- Loading branch information
1 parent
7a825bf
commit af0ccea
Showing
7 changed files
with
21 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ jobs: | |
- name: Prepare build files | ||
run: pipx run nox -s prepare | ||
|
||
- uses: pypa/cibuildwheel@v2.19 | ||
- uses: pypa/cibuildwheel@v2.20 | ||
env: | ||
CIBW_BUILD: "${{ matrix.build }}*" | ||
CIBW_ARCHS: ${{ matrix.arch }} | ||
|
@@ -136,7 +136,7 @@ jobs: | |
SOURCE_DATE_EPOCH: ${{ needs.determine-source-date-epoch.outputs.source-date-epoch }} | ||
strategy: | ||
matrix: | ||
python: [38, 39, 310, 311, 312] | ||
python: [38, 39, 310, 311, 312, 313] | ||
arch: [aarch64] | ||
steps: | ||
|
||
|
@@ -157,7 +157,7 @@ jobs: | |
|
||
- uses: docker/[email protected] | ||
|
||
- uses: pypa/cibuildwheel@v2.19 | ||
- uses: pypa/cibuildwheel@v2.20 | ||
env: | ||
CIBW_BUILD: cp${{ matrix.python }}-* | ||
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
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