From 2c556cda3ac1fbdbc2fabb933ba75be3970ea68d Mon Sep 17 00:00:00 2001 From: System Administrator Date: Wed, 17 Dec 2025 12:25:49 -0800 Subject: [PATCH] Update ci to run on Python 3.14 as well --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a894b2a2f..02ff03e35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" - "pypy-3.7" - "pypy-3.8" - "pypy-3.9"