From 96478ea542079ab9af16aff7390f3c24154301c3 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Mon, 28 Oct 2024 14:01:46 -0700 Subject: [PATCH] ci-tests.yml: Start testing python 3.13. PiperOrigin-RevId: 690741834 --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 0d93f475c..a058f03b7 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -19,6 +19,7 @@ jobs: "3.10", "3.11", "3.12", + "3.13", ] include: - os: macos-latest