Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit d008924

Browse files
committed
Fix version to 3.7
1 parent 534c7e7 commit d008924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v2
3333
with:
34-
python-version: '3.6.15'
34+
python-version: '3.7'
3535

3636
- name: Install dependencies
3737
run: |

0 commit comments

Comments
 (0)