Skip to content

Commit

Permalink
Add Python 3.13 to tests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688680459
  • Loading branch information
kenjitoyama authored and copybara-github committed Dec 2, 2024
1 parent 5baecdd commit 9a257a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
TEST_TMPDIR: '/tmp'
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9a257a5

Please sign in to comment.