2020 strategy :
2121 fail-fast : false
2222 matrix :
23- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
23+ os : [macos-13, windows-latest, ubuntu-22.04]
2424 python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
2525 exclude :
2626 - os : ubuntu-22.04
6262 strategy :
6363 fail-fast : false
6464 matrix :
65- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
65+ os : [macos-13, windows-latest, ubuntu-22.04]
6666 python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
6767 exclude :
6868 - os : ubuntu-22.04
@@ -107,7 +107,7 @@ jobs:
107107 strategy :
108108 fail-fast : false
109109 matrix :
110- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
110+ os : [macos-13, windows-latest, ubuntu-22.04]
111111 python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
112112 exclude :
113113 - os : ubuntu-22.04
@@ -150,7 +150,7 @@ jobs:
150150 strategy :
151151 fail-fast : false
152152 matrix :
153- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
153+ os : [macos-13, windows-latest, ubuntu-22.04]
154154 python : [3.6.7, 3.7.5, 3.8.15, 3.9.13, '==3.10.10']
155155 exclude :
156156 - os : ubuntu-22.04
@@ -198,7 +198,7 @@ jobs:
198198 strategy :
199199 fail-fast : false
200200 matrix :
201- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
201+ os : [macos-13, windows-latest, ubuntu-22.04]
202202 python : [3.6.7, 3.7.5, 3.8.15, 3.9.13]
203203 exclude :
204204 - os : ubuntu-22.04
@@ -241,21 +241,21 @@ jobs:
241241 run : python -c 'import math; print(math.factorial(5))'
242242
243243 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 }}
245245 runs-on : ${{ matrix.os }}
246246 strategy :
247247 fail-fast : false
248248 matrix :
249- os : [macos-13, windows-latest, ubuntu-20 .04]
249+ os : [macos-13, windows-latest, ubuntu-22 .04]
250250 steps :
251251 - name : Checkout
252252 uses : actions/checkout@v4
253253
254- - name : setup-python 3.9 .0-beta.4
254+ - name : setup-python 3.11 .0-beta.4
255255 id : setup-python
256256 uses : ./
257257 with :
258- python-version : ' 3.9 .0-beta.4'
258+ python-version : ' 3.11 .0-beta.4'
259259
260260 - name : Check python-path
261261 run : ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
@@ -264,8 +264,8 @@ jobs:
264264 - name : Validate version
265265 run : |
266266 $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"
269269 exit 1
270270 }
271271 $pythonVersion
@@ -337,7 +337,7 @@ jobs:
337337 strategy :
338338 fail-fast : false
339339 matrix :
340- os : [macos-13, windows-latest, ubuntu-20.04, ubuntu- 22.04]
340+ os : [macos-13, windows-latest, ubuntu-22.04]
341341 python : ['3.7', '3.8', '3.9', '3.10']
342342 steps :
343343 - name : Checkout
0 commit comments