Changed python version to 3.7

This commit is contained in:
dherrada 2021-11-12 13:37:51 -05:00
parent ea93a66d1f
commit 6814b2120d

View file

@ -22,10 +22,10 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)
- name: Set up Python 3.6
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.7
- name: Versions
run: |
python3 --version