20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
23
+ os : [macos-13, windows-latest, ubuntu-22.04]
24
24
python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
25
25
exclude :
26
26
- os : ubuntu-22.04
62
62
strategy :
63
63
fail-fast : false
64
64
matrix :
65
- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
65
+ os : [macos-13, windows-latest, ubuntu-22.04]
66
66
python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
67
67
exclude :
68
68
- os : ubuntu-22.04
@@ -107,7 +107,7 @@ jobs:
107
107
strategy :
108
108
fail-fast : false
109
109
matrix :
110
- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
110
+ os : [macos-13, windows-latest, ubuntu-22.04]
111
111
python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
112
112
exclude :
113
113
- os : ubuntu-22.04
@@ -150,7 +150,7 @@ jobs:
150
150
strategy :
151
151
fail-fast : false
152
152
matrix :
153
- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
153
+ os : [macos-13, windows-latest, ubuntu-22.04]
154
154
python : [3.6.7, 3.7.5, 3.8.15, 3.9.13, '==3.10.10']
155
155
exclude :
156
156
- os : ubuntu-22.04
@@ -198,7 +198,7 @@ jobs:
198
198
strategy :
199
199
fail-fast : false
200
200
matrix :
201
- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
201
+ os : [macos-13, windows-latest, ubuntu-22.04]
202
202
python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
203
203
exclude :
204
204
- os : ubuntu-22.04
@@ -241,21 +241,21 @@ jobs:
241
241
run : python -c 'import math; print(math.factorial(5))'
242
242
243
243
setup-pre-release-version-from-manifest :
244
- name : Setup 3.9 .0-beta.4 ${{ matrix.os }}
244
+ name : Setup 3.11 .0-beta.4 ${{ matrix.os }}
245
245
runs-on : ${{ matrix.os }}
246
246
strategy :
247
247
fail-fast : false
248
248
matrix :
249
- os : [macos-13, windows-latest, ubuntu-20 .04]
249
+ os : [macos-13, windows-latest, ubuntu-22 .04]
250
250
steps :
251
251
- name : Checkout
252
252
uses : actions/checkout@v4
253
253
254
- - name : setup-python 3.9 .0-beta.4
254
+ - name : setup-python 3.11 .0-beta.4
255
255
id : setup-python
256
256
uses : ./
257
257
with :
258
- python-version : ' 3.9 .0-beta.4'
258
+ python-version : ' 3.11 .0-beta.4'
259
259
260
260
- name : Check python-path
261
261
run : ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
@@ -264,8 +264,8 @@ jobs:
264
264
- name : Validate version
265
265
run : |
266
266
$pythonVersion = (python --version)
267
- if ("Python 3.9 .0b4" -ne "$pythonVersion"){
268
- Write-Host "The current version is $pythonVersion; expected version is 3.9 .0b4"
267
+ if ("Python 3.11 .0b4" -ne "$pythonVersion"){
268
+ Write-Host "The current version is $pythonVersion; expected version is 3.11 .0b4"
269
269
exit 1
270
270
}
271
271
$pythonVersion
@@ -337,7 +337,7 @@ jobs:
337
337
strategy :
338
338
fail-fast : false
339
339
matrix :
340
- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
340
+ os : [macos-13, windows-latest, ubuntu-22.04]
341
341
python : ['3.7', '3.8', '3.9', '3.10']
342
342
steps :
343
343
- name : Checkout
0 commit comments