Skip to content

Commit ace4deb

Browse files
authored
ci: add more jobs (#2610)
* ci: add more jobs * ci: minor trimdown
1 parent 4d03743 commit ace4deb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

+16
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
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

@@ -54,6 +57,12 @@ jobs:
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

0 commit comments

Comments
 (0)