Skip to content

Commit a6b72d7

Browse files
authored
Update main.yml
python 3.8 no longer available
1 parent cc676bf commit a6b72d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python 3.8
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.8
20+
python-version: 3.10
2121

2222
- name: Install dependencies
2323
run: |
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python 3.8
4848
uses: actions/setup-python@v1
4949
with:
50-
python-version: 3.8
50+
python-version: 3.10
5151

5252
- name: Install dependencies
5353
run: |

0 commit comments

Comments
 (0)