@@ -214,7 +214,7 @@ jobs:
214214 - name : Install Python
215215 uses : actions/setup-python@v5
216216 with :
217- python-version : " 3.9 "
217+ python-version : " 3.11 "
218218 - name : Install Toolchain
219219 run : |
220220 python -m pip install cibuildwheel
@@ -238,7 +238,7 @@ jobs:
238238 - name : Install Python
239239 uses : actions/setup-python@v5
240240 with :
241- python-version : " 3.9 "
241+ python-version : " 3.11 "
242242 - name : Install Toolchain
243243 run : |
244244 python -m pip install cibuildwheel
@@ -262,7 +262,7 @@ jobs:
262262 - name : Install Python
263263 uses : actions/setup-python@v5
264264 with :
265- python-version : " 3.9 "
265+ python-version : " 3.11 "
266266 - name : Install Toolchain
267267 run : |
268268 python -m pip install cibuildwheel
@@ -285,7 +285,7 @@ jobs:
285285 - name : Install Python
286286 uses : actions/setup-python@v5
287287 with :
288- python-version : " 3.9 "
288+ python-version : " 3.11 "
289289 - name : Install Toolchain
290290 run : |
291291 python -m pip install cibuildwheel
@@ -321,7 +321,7 @@ jobs:
321321 - name : Install Python
322322 uses : actions/setup-python@v5
323323 with :
324- python-version : " 3.9 "
324+ python-version : " 3.11 "
325325 - name : Setup MSVC
326326 uses : microsoft/setup-msbuild@v2
327327 with :
@@ -347,7 +347,7 @@ jobs:
347347 - name : Install Python
348348 uses : actions/setup-python@v5
349349 with :
350- python-version : " 3.9 "
350+ python-version : " 3.11 "
351351 - name : Setup QEMU
352352 uses : docker/setup-qemu-action@v3
353353 - name : Install Toolchain
0 commit comments