Skip to content

Commit dff6633

Browse files
authored
NO-SNOW: precommit shall use py3.10 (#4243)
1 parent 40c88b9 commit dff6633

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/daily_jupyter_nb_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: '3.9'
22+
python-version: '3.10'
2323
- name: Set up uv
2424
uses: astral-sh/setup-uv@v6
2525
with:

.github/workflows/daily_modin_precommit_py311_py312.yml

Lines changed: 1 addition & 1 deletion
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:

.github/workflows/daily_modin_precommit_py39_py310.yml

Lines changed: 1 addition & 1 deletion
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:

.github/workflows/daily_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.9'
27+
python-version: '3.10'
2828
- name: Set up uv
2929
uses: astral-sh/setup-uv@v6
3030
with:

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: '3.9'
29+
python-version: '3.10'
3030
- name: Set up uv
3131
uses: astral-sh/setup-uv@v6
3232
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exclude: '^(.*egg.info.*|.*/parameters.py|docs/).*$'
22
default_language_version:
3-
python: python3.9
3+
python: python3.10
44
repos:
55
- repo: https://github.com/asottile/pyupgrade
66
rev: v2.31.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ commands = flake8 {posargs}
209209
[testenv:fix_lint]
210210
allowlist_externals = bash
211211
description = format the code base to adhere to our styles, and complain about what we cannot do automatically
212-
basepython = python3.9
212+
basepython = python3.10
213213
passenv =
214214
PROGRAMDATA
215215
deps =

0 commit comments

Comments
 (0)