Skip to content

Commit a239dd1

Browse files
committed
Use Python 3.10
1 parent 89e460c commit a239dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: find . -name .lint-ignore | xargs dirname | xargs rm -rf
3535
- uses: actions/setup-python@v5
3636
with:
37-
python-version: '3.9'
37+
python-version: '3.10'
3838
architecture: x64
3939
- name: Install flake8 and plugins
4040
run: pip install --disable-pip-version-check flake8-black==0.3.5 flake8-isort==5.0.3
@@ -93,7 +93,7 @@ jobs:
9393
run: find . -name .lint-ignore | xargs dirname | xargs rm -rf
9494
- uses: actions/setup-python@v5
9595
with:
96-
python-version: '3.9'
96+
python-version: '3.10'
9797
architecture: x64
9898
- name: Install mypy
9999
run: pip install --disable-pip-version-check mypy==0.950

0 commit comments

Comments
 (0)