-
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.
The Github Actions CI doesn't seem to support 3.6 anymore on latest Ubuntu. It's EOL-ed anyways so there's not much point in more support.
- Loading branch information
1 parent
74b9299
commit aff42f1
Showing
4 changed files
with
20 additions
and
99 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 |
---|---|---|
|
@@ -27,13 +27,13 @@ jobs: | |
needs: build_sdist | ||
runs-on: ${{ matrix.os }} | ||
# https://github.com/zhuyifei1999/guppy3/issues/37 | ||
continue-on-error: ${{ matrix.os == 'windows-2019' && matrix.python-version == '3.9' }} | ||
continue-on-error: ${{ matrix.os == 'windows-latest' && matrix.python-version == '3.9' }} | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, windows-latest, macos-latest] | ||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] | ||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] | ||
tracemalloc: [true, false] | ||
codecov: [true, false] | ||
sdist: [true, false] | ||
|
@@ -122,7 +122,7 @@ jobs: | |
- name: Build wheels | ||
uses: pypa/[email protected] | ||
env: | ||
CIBW_BUILD: cp3{[6789],10,11}-* | ||
CIBW_BUILD: cp3{[789],10,11}-* | ||
CIBW_ARCHS: all | ||
|
||
- uses: actions/upload-artifact@v2 | ||
|
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