From 0b362f20bcc5e4609d278c6507a5957862ebb00f Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Wed, 20 Aug 2025 11:50:52 -0400 Subject: [PATCH] Add Python 3.14 RCs to CI matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd30cf237..1c3aaba25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,8 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14.0rc2" + - "3.14.0rc2t" fail-fast: false steps: