2323 - name : Set up Python
2424 uses : actions/setup-python@v4
2525 with :
26- python-version : ' 3.9 '
26+ python-version : ' 3.10 '
2727 - name : Set up uv
2828 uses : astral-sh/setup-uv@v6
2929 with :
5050 - name : Setup Python
5151 uses : actions/setup-python@v4
5252 with :
53- python-version : 3.9
53+ python-version : 3.10
5454 - name : Set up uv
5555 uses : astral-sh/setup-uv@v6
5656 with :
8080 - name : Set up Python
8181 uses : actions/setup-python@v4
8282 with :
83- python-version : 3.9
83+ python-version : 3.10
8484 - name : Set up uv
8585 uses : astral-sh/setup-uv@v6
8686 with :
@@ -105,7 +105,7 @@ jobs:
105105 - name : Set up Python
106106 uses : actions/setup-python@v4
107107 with :
108- python-version : 3.9
108+ python-version : 3.10
109109 - name : Set up uv
110110 uses : astral-sh/setup-uv@v6
111111 with :
@@ -136,7 +136,7 @@ jobs:
136136 - name : Set up Python
137137 uses : actions/setup-python@v4
138138 with :
139- python-version : 3.9
139+ python-version : 3.10
140140 - name : Set up uv
141141 uses : astral-sh/setup-uv@v6
142142 with :
@@ -171,7 +171,7 @@ jobs:
171171 download_name : macos
172172 - image_name : windows-latest-64-cores
173173 download_name : windows
174- python-version : ["3.9 ", "3.10 "]
174+ python-version : ["3.10 ", "3.12 "]
175175 cloud-provider : [aws, azure, gcp]
176176 steps :
177177 - name : Checkout Code
@@ -418,7 +418,7 @@ jobs:
418418 python-version : " 3.10"
419419 cloud-provider : gcp
420420 - os : ubuntu-latest-64-cores
421- python-version : " 3.9 "
421+ python-version : " 3.10 "
422422 cloud-provider : aws
423423 steps :
424424 - name : Checkout Code
@@ -509,7 +509,7 @@ jobs:
509509 - name : Set up Python
510510 uses : actions/setup-python@v4
511511 with :
512- python-version : ' 3.9 '
512+ python-version : ' 3.10 '
513513 - name : Set up uv
514514 uses : astral-sh/setup-uv@v6
515515 with :
@@ -564,7 +564,7 @@ jobs:
564564 - name : Setup Python
565565 uses : actions/setup-python@v4
566566 with :
567- python-version : ' 3.9 '
567+ python-version : ' 3.10 '
568568 - name : Set up uv
569569 uses : astral-sh/setup-uv@v6
570570 with :
0 commit comments