File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,16 @@ jobs:
1616 - os : windows-latest
1717 python-version : 3.6
1818 - os : macos-latest
19- python-version : 3.6, 3.7
20- - os : macos-15-intel
21- python-version : 3.6, 3.7
19+ python-version : 3.6
20+ - os : macos-latest
21+ python-version : 3.7
22+ - os : macos-latest
23+ python-version : pypy-3.7
2224 include :
2325 - os : ubuntu-20.04
2426 python-version : 3.7
27+ - os : ubuntu-20.04
28+ python-version : 3.9
2529 - os : ubuntu-20.04
2630 python-version : 2.7
2731 steps :
3438 python get-pip.py
3539 - if : ${{ matrix.python-version != '2.7' }}
3640 name : Setup Python environment
37- uses : actions/setup-python@v3.1.4
41+ uses : actions/setup-python@v4
3842 with :
3943 python-version : ${{ matrix.python-version }}
4044 - name : Install Requirements
@@ -83,12 +87,16 @@ jobs:
8387 - os : windows-latest
8488 python-version : 3.6
8589 - os : macos-latest
86- python-version : 3.6, 3.7
87- - os : macos-15-intel
88- python-version : 3.6, 3.7
90+ python-version : 3.6
91+ - os : macos-latest
92+ python-version : 3.7
93+ - os : macos-latest
94+ python-version : pypy-3.7
8995 include :
9096 - os : ubuntu-20.04
9197 python-version : 3.7
98+ - os : ubuntu-20.04
99+ python-version : 3.9
92100 - os : ubuntu-20.04
93101 python-version : 2.7
94102 steps :
@@ -101,7 +109,7 @@ jobs:
101109 python get-pip.py
102110 - if : ${{ matrix.python-version != '2.7' }}
103111 name : Setup Python environment
104- uses : actions/setup-python@v3.1.4
112+ uses : actions/setup-python@v4
105113 with :
106114 python-version : ${{ matrix.python-version }}
107115 - name : Install Requirements
You can’t perform that action at this time.
0 commit comments