github: bump runner to python 3.9

This commit is contained in:
Ramon Roche
2022-02-03 08:59:12 -08:00
parent 0d319f7a2f
commit f3bfad4e8a
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.7 python-version: 3.9
- name: Install Python packages - name: Install Python packages
run: pip install -r Tools/setup/requirements.txt run: pip install -r Tools/setup/requirements.txt