change python version to 3.9

This commit is contained in:
jb-alvarado 2021-05-28 14:12:26 +02:00 committed by GitHub
parent 0494a2138e
commit 9280b8c3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip