Update the Glazier Python version from 3.7.4 to 3.9.13

PiperOrigin-RevId: 485377876
This commit is contained in:
Matt Doyle
2022-11-01 11:50:29 -07:00
committed by Copybara-Service
parent 13b586ad08
commit 05690bb1e6

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, '3.10']
python-version: [3.7, 3.9, '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}