Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ jobs:
python-version:
- 3.11
- pypy-3.9
- 3.6
- 3.8
- 3.7
- 3.9
Expand All @@ -520,16 +519,12 @@ jobs:
- wheel
- sdist
exclude:
# NOTE: GNU/Linux CPython 3.6 is not built for Ubuntu 22
- os: ubuntu-22.04
python-version: 3.6
# NOTE: PyPy 3.6 is not built for Ubuntu 22
- os: windows-latest
python-version: pypy-3.6
- os: macos-latest
python-version: pypy-3.6
# CPython 3.6 and 3.7 is no longer available on macos-latest
- os: macos-latest
python-version: 3.6
# CPython 3.7 is no longer available on macos-latest
- os: macos-latest
python-version: 3.7
include:
Expand Down
Loading