Update to Python 3.7 for futures

This commit is contained in:
Melissa LeBlanc-Williams 2022-05-31 12:12:56 -07:00
parent 4cd19619c9
commit 11c3f2c77e

View file

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