File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 2020 python :
2121 - 2.7
2222 - 3.5
23+ - 3.6
24+ - 3.7
2325 - 3.8
2426 - 3.9
27+ # - 3.10.0-alpha.1 - need next release for pybind11 fix
2528 - pypy2
2629 - pypy3
2730
5457 - runs-on : windows-latest
5558 python : pypy3
5659
60+ # Let's drop a few macOS runs since that tends to be 2.7 or 3.8+
61+ - runs-on : macos-latest
62+ python : 3.6
63+ - runs-on : macos-latest
64+ python : 3.7
65+
5766 name : " 🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
5867 runs-on : ${{ matrix.runs-on }}
5968
@@ -175,6 +184,7 @@ jobs:
175184 - 3.7
176185 - 3.9
177186 - 7
187+ - 9
178188 - dev
179189 std :
180190 - 11
@@ -517,6 +527,8 @@ jobs:
517527 matrix :
518528 python :
519529 - 3.5
530+ - 3.6
531+ - 3.7
520532 - 3.8
521533 - 3.9
522534 - pypy3
@@ -575,6 +587,8 @@ jobs:
575587 python :
576588 - 2.7
577589 - 3.6
590+ - 3.7
591+ # todo: check/cpptest does not support 3.8+ yet
578592
579593 steps :
580594 - uses : actions/checkout@v2
@@ -618,6 +632,8 @@ jobs:
618632 fail-fast : false
619633 matrix :
620634 python :
635+ - 2.7
636+ - 3.5
621637 - 3.7
622638 std :
623639 - 14
You can’t perform that action at this time.
0 commit comments