File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 20
20
python :
21
21
- 2.7
22
22
- 3.5
23
+ - 3.6
24
+ - 3.7
23
25
- 3.8
24
26
- 3.9
27
+ # - 3.10.0-alpha.1 - need next release for pybind11 fix
25
28
- pypy2
26
29
- pypy3
27
30
54
57
- runs-on : windows-latest
55
58
python : pypy3
56
59
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
+
57
66
name : " 🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
58
67
runs-on : ${{ matrix.runs-on }}
59
68
@@ -175,6 +184,7 @@ jobs:
175
184
- 3.7
176
185
- 3.9
177
186
- 7
187
+ - 9
178
188
- dev
179
189
std :
180
190
- 11
@@ -517,6 +527,8 @@ jobs:
517
527
matrix :
518
528
python :
519
529
- 3.5
530
+ - 3.6
531
+ - 3.7
520
532
- 3.8
521
533
- 3.9
522
534
- pypy3
@@ -575,6 +587,8 @@ jobs:
575
587
python :
576
588
- 2.7
577
589
- 3.6
590
+ - 3.7
591
+ # todo: check/cpptest does not support 3.8+ yet
578
592
579
593
steps :
580
594
- uses : actions/checkout@v2
@@ -618,6 +632,8 @@ jobs:
618
632
fail-fast : false
619
633
matrix :
620
634
python :
635
+ - 2.7
636
+ - 3.5
621
637
- 3.7
622
638
std :
623
639
- 14
You can’t perform that action at this time.
0 commit comments