From f7c2cc0eac6cc3c121d0914251cd699a7ada160f Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 11 Oct 2025 06:14:29 -0700 Subject: [PATCH] update test matrix post 3.14 release --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e763293b..70936fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14-dev" + - "3.14" + - "3.15-dev" - "pypy3.10" exclude: - os: windows-latest -- 2.47.3