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
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -87,7 +87,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install Python packages
run: pip install -r Tools/setup/requirements.txt