-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* attempt to build python 3.12 * test mac build * discontinue using switch for PYBIN * bump cython * Update .github/workflows/testing-and-deployment.yml * Update .ci/build_wheels.sh * Update .github/workflows/testing-and-deployment.yml * remove invalid input --------- Co-authored-by: Roberto Pastor Muela <[email protected]>
- Loading branch information
1 parent
4a8b49e
commit 6ee9824
Showing
3 changed files
with
4 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,8 +54,9 @@ jobs: | |
name: Build and Test | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ['3.8', '3.9', '3.10', '3.11'] | ||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] | ||
os: [ubuntu-latest, windows-latest] | ||
|
||
steps: | ||
|
@@ -131,8 +132,6 @@ jobs: | |
|
||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
with: | ||
python-version: 3.8 - 3.11 | ||
|
||
- name: List generated wheels | ||
run: | | ||
|
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