Skip to content

Commit 331752e

Browse files
authored
Python 3.6 no longer runs on windows-latest. (#62)
1 parent e0ffdb1 commit 331752e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ jobs:
508508
python-version:
509509
- 3.11
510510
- pypy-3.9
511-
- 3.6
512511
- 3.8
513512
- 3.7
514513
- 3.9
@@ -520,16 +519,12 @@ jobs:
520519
- wheel
521520
- sdist
522521
exclude:
523-
# NOTE: GNU/Linux CPython 3.6 is not built for Ubuntu 22
524-
- os: ubuntu-22.04
525-
python-version: 3.6
522+
# NOTE: PyPy 3.6 is not built for Ubuntu 22
526523
- os: windows-latest
527524
python-version: pypy-3.6
528525
- os: macos-latest
529526
python-version: pypy-3.6
530-
# CPython 3.6 and 3.7 is no longer available on macos-latest
531-
- os: macos-latest
532-
python-version: 3.6
527+
# CPython 3.7 is no longer available on macos-latest
533528
- os: macos-latest
534529
python-version: 3.7
535530
include:

0 commit comments

Comments
 (0)