Skip to content

Commit bd3da1a

Browse files
committed
Update Python version to 3.9
1 parent 307798b commit bd3da1a

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.8
36+
python-version: 3.9
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)