Skip to content

Commit dba3ca8

Browse files
committed
Update build.yml
1 parent 7f74eea commit dba3ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.8'
21+
python-version: '3.10'
2222

2323
- name: Run Python unit tests
2424
run: python3 -u -m unittest tests/tests.py

0 commit comments

Comments
 (0)