We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ffdb1 commit 331752eCopy full SHA for 331752e
.github/workflows/ci-cd.yml
@@ -508,7 +508,6 @@ jobs:
508
python-version:
509
- 3.11
510
- pypy-3.9
511
- - 3.6
512
- 3.8
513
- 3.7
514
- 3.9
@@ -520,16 +519,12 @@ jobs:
520
519
- wheel
521
- sdist
522
exclude:
523
- # NOTE: GNU/Linux CPython 3.6 is not built for Ubuntu 22
524
- - os: ubuntu-22.04
525
- python-version: 3.6
+ # NOTE: PyPy 3.6 is not built for Ubuntu 22
526
- os: windows-latest
527
python-version: pypy-3.6
528
- os: macos-latest
529
530
- # CPython 3.6 and 3.7 is no longer available on macos-latest
531
- - os: macos-latest
532
+ # CPython 3.7 is no longer available on macos-latest
533
534
python-version: 3.7
535
include:
0 commit comments