Skip to content

Commit 95b773e

Browse files
committed
Update python version to 3.7.x
1 parent a9dba12 commit 95b773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python 3.7
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.7
24+
python-version: '3.7.x'
2525
- name: Versions
2626
run: |
2727
python3 --version

0 commit comments

Comments
 (0)