Updating to Python 3.9

PiperOrigin-RevId: 486660721
This commit is contained in:
Matt Doyle
2022-11-07 07:53:37 -08:00
committed by Copybara-Service
parent 00c8c7d896
commit dee3fdd58d

View File

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