Bump Python version from 3.6 to 3.7 in workflows

Cherry-picked-from: 528097904f

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-12-01 23:58:37 -03:00 committed by William Desportes
parent e4034ff518
commit 62abb43a71
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.7'
- name: Install Sphinx for the documentation build
run: pip install 'Sphinx'
@ -73,7 +73,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.7'
- name: Install Sphinx for the documentation build
run: pip install 'Sphinx'