@@ -42,10 +42,10 @@ jobs:
42
42
fail-fast : false
43
43
44
44
matrix :
45
- python_version : ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
45
+ python-version : ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
46
46
47
47
include :
48
- - python_version : " 3.12-dev"
48
+ - python-version : " 3.12-dev"
49
49
allowed_failure : true
50
50
51
51
runs-on : ubuntu-20.04
57
57
uses : actions/setup-python@v4
58
58
if : startsWith(matrix.python-version, '3.')
59
59
with :
60
- python-version : ${{ matrix.python_version }}
60
+ python-version : ${{ matrix.python-version }}
61
61
62
62
- name : Set up Python2 (Linux)
63
63
if : matrix.python-version == '2.7' && startsWith(matrix.os, 'ubuntu')
@@ -155,13 +155,13 @@ jobs:
155
155
# os: [macos-10.15, windows-latest]
156
156
# os: [macos-10.15, macOS-M1]
157
157
os : [macos-11.0, windows-latest]
158
- python_version : ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
158
+ python-version : ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
159
159
160
160
include :
161
- - python_version : " 3.12-dev"
161
+ - python-version : " 3.12-dev"
162
162
allowed_failure : true
163
163
exclude :
164
- - python_version : " 2.7"
164
+ - python-version : " 2.7"
165
165
os : windows-latest
166
166
167
167
runs-on : ${{ matrix.os }}
@@ -174,7 +174,7 @@ jobs:
174
174
uses : actions/setup-python@v4
175
175
if : startsWith(matrix.python-version, '3.')
176
176
with :
177
- python-version : ${{ matrix.python_version }}
177
+ python-version : ${{ matrix.python-version }}
178
178
179
179
- name : Set up Python2 (Linux)
180
180
if : matrix.python-version == '2.7' && startsWith(matrix.os, 'ubuntu')
0 commit comments