Skip to content

Commit 5378d8d

Browse files
Up python version
1 parent 0c2ef9d commit 5378d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.8
15+
python-version: 3.9
1616

1717
- name: Install Dependencies
1818
run: make install
@@ -33,7 +33,7 @@ jobs:
3333
- name: set up python
3434
uses: actions/setup-python@v1
3535
with:
36-
python-version: '3.8'
36+
python-version: '3.9'
3737

3838
- name: install
3939
run: |

0 commit comments

Comments
 (0)