Skip to content

Commit 948bfcd

Browse files
committed
Use latest 3.7 Python version
1 parent 6196e75 commit 948bfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.7.3
13+
python-version: 3.7
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)