Skip to content

Commit 394ff87

Browse files
committed
Update the min python version for modin precommit to 3.10
1 parent ed4199a commit 394ff87

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/daily_modin_precommit_py39_py310.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:
@@ -50,7 +50,7 @@ jobs:
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:
@@ -80,7 +80,7 @@ jobs:
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

Comments
 (0)