From e2b5580300deadf7f4982d3f851cfc97447a9607 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Wed, 7 May 2025 06:17:18 -0700 Subject: [PATCH] Move to python 3.12 and 3.13. PiperOrigin-RevId: 755823775 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32d2cf8..9ba89a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.11", "3.12", "3.13"] os: [ubuntu-latest] steps: