Use latest 3.7 Python version

This commit is contained in:
Mieszko Bańczerowski
2021-09-28 17:29:54 +02:00
parent 6196e751c6
commit 948bfcd971

View File

@@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7.3
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip