Update tests.yml

bump python version from 3.7 to 3.9.2
This commit is contained in:
Ace
2021-11-11 13:22:42 +01:00
committed by GitHub
parent fc4dacb3fe
commit 791b216e99

View File

@@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9.2
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9.2
- name: Clone repo
run: |