Skip to content

Commit 38926cc

Browse files
committed
change python version tests
1 parent e17c7b6 commit 38926cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Python
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: '3.8'
17+
python-version: '3.9'
1818

1919
- name: Build
2020
run: |

.github/workflows/tests.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.9
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.9
20+
python-version: '3.9'
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python 3.9
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.9
36+
python-version: '3.9'
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)