Add Python 3.10.

PiperOrigin-RevId: 419454005
This commit is contained in:
Matt LaPlante
2022-01-03 09:51:53 -08:00
committed by Copybara-Service
parent 27694aeee4
commit 9e5736bba4

View File

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