@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup python
101101 uses : actions/setup-python@v4
102102 with :
103- python-version : 3.8
103+ python-version : 3.9
104104
105105 - name : Fetch and build binutils
106106 run : |
@@ -213,7 +213,7 @@ jobs:
213213 - name : Setup python
214214 uses : actions/setup-python@v4
215215 with :
216- python-version : 3.8
216+ python-version : 3.9
217217
218218 - name : install prerequisites
219219 run : sdk-src/build_scripts/ios/install_prereqs.sh
@@ -322,7 +322,7 @@ jobs:
322322 architecture : ["x64", "x86", "arm64"]
323323 msvc_runtime : ["static", "dynamic"]
324324 linux_abi : ["legacy", "c++11"]
325- python_version : [3.8 ]
325+ python_version : [3.9 ]
326326 include :
327327 - os : windows-latest
328328 vcpkg_triplet_suffix : " windows-static"
@@ -535,7 +535,7 @@ jobs:
535535 - name : Setup python
536536 uses : actions/setup-python@v4
537537 with :
538- python-version : 3.8
538+ python-version : 3.9
539539
540540 - name : Install prerequisites
541541 run : |
@@ -854,7 +854,7 @@ jobs:
854854 - name : Setup python
855855 uses : actions/setup-python@v4
856856 with :
857- python-version : ' 3.8 '
857+ python-version : ' 3.9 '
858858 - name : Use expanded matrix
859859 if : github.event_name == 'schedule' || github.event.inputs.use_expanded_matrix == '1'
860860 run : |
@@ -923,7 +923,7 @@ jobs:
923923 - name : Setup python
924924 uses : actions/setup-python@v4
925925 with :
926- python-version : 3.8
926+ python-version : 3.9
927927 - name : Install python deps
928928 run : pip install -r scripts/gha/python_requirements.txt
929929 # The default token can't run workflows, so get an alternate token.
0 commit comments