Skip to content

Commit 216d01f

Browse files
authored
ci: use python3.10 instead of 3.8
3.8 is no longer available with the base action
1 parent aff63cf commit 216d01f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111

12-
- name: Set up Python 3.8
12+
- name: Set up Python 3.10
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.8
15+
python-version: 3.10
1616

1717
- name: Install dependencies
1818
run: |
@@ -38,10 +38,10 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v2
4040

41-
- name: Set up Python 3.8
41+
- name: Set up Python 3.10
4242
uses: actions/setup-python@v1
4343
with:
44-
python-version: 3.8
44+
python-version: 3.10
4545

4646
- name: Install dependencies
4747
run: |

0 commit comments

Comments
 (0)