@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : macos-latest
148
148
strategy :
149
149
matrix :
150
- python : ['3.6', '3.7', '3.8']
150
+ python : ['3.6', '3.7', '3.8', '3.9' ]
151
151
steps :
152
152
- uses : actions/checkout@v2
153
153
- uses : actions/download-artifact@v1
@@ -184,7 +184,7 @@ jobs:
184
184
runs-on : macos-latest
185
185
strategy :
186
186
matrix :
187
- python : ['3.7', '3.8']
187
+ python : ['3.7', '3.8', '3.9' ]
188
188
steps :
189
189
- uses : actions/checkout@v2
190
190
- uses : actions/download-artifact@v1
@@ -451,6 +451,10 @@ jobs:
451
451
with :
452
452
name : macOS-3.8-wheel
453
453
path : macOS-3.8-wheel
454
+ - uses : actions/download-artifact@v1
455
+ with :
456
+ name : macOS-3.9-wheel
457
+ path : macOS-3.9-wheel
454
458
- uses : actions/download-artifact@v1
455
459
with :
456
460
name : Linux-3.6-wheel
@@ -489,6 +493,7 @@ jobs:
489
493
cp macOS-3.6-wheel/*.whl wheelhouse/
490
494
cp macOS-3.7-wheel/*.whl wheelhouse/
491
495
cp macOS-3.8-wheel/*.whl wheelhouse/
496
+ cp macOS-3.9-wheel/*.whl wheelhouse/
492
497
cp Linux-3.6-wheel/*.whl wheelhouse/
493
498
cp Linux-3.7-wheel/*.whl wheelhouse/
494
499
cp Linux-3.8-wheel/*.whl wheelhouse/
@@ -549,7 +554,7 @@ jobs:
549
554
runs-on : macos-latest
550
555
strategy :
551
556
matrix :
552
- python : ['3.6', '3.7', '3.8']
557
+ python : ['3.6', '3.7', '3.8', '3.9' ]
553
558
steps :
554
559
- uses : actions/download-artifact@v1
555
560
with :
@@ -676,6 +681,10 @@ jobs:
676
681
with :
677
682
name : macOS-3.8-nightly
678
683
path : macOS-3.8-nightly
684
+ - uses : actions/download-artifact@v1
685
+ with :
686
+ name : macOS-3.9-nightly
687
+ path : macOS-3.9-nightly
679
688
- uses : actions/download-artifact@v1
680
689
with :
681
690
name : Linux-3.6-nightly
@@ -714,6 +723,7 @@ jobs:
714
723
cp macOS-3.6-nightly/*.whl dist/
715
724
cp macOS-3.7-nightly/*.whl dist/
716
725
cp macOS-3.8-nightly/*.whl dist/
726
+ cp macOS-3.9-nightly/*.whl dist/
717
727
cp Linux-3.6-nightly/*.whl dist/
718
728
cp Linux-3.7-nightly/*.whl dist/
719
729
cp Linux-3.8-nightly/*.whl dist/
0 commit comments