Internal changes.

PiperOrigin-RevId: 744797056
This commit is contained in:
John-Michael Mulesa
2025-04-07 11:45:50 -07:00
committed by Copybara-Service
parent 11bfd58689
commit 3de6c7e40f

View File

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