From e1d44d2dd0e608fef4db5c7d9802b098ab4d32f0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 7 Jun 2026 10:31:57 -0700 Subject: [PATCH] run downstream tests under 3.14 --- .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 d641d86e389e..2b76de168764 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -454,7 +454,7 @@ jobs: - name: Setup python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: '3.13' + python-version: '3.14' cache: pip cache-dependency-path: ci-constraints-requirements.txt timeout-minutes: 3