From 7d321d0e991247346d3c1ce63f62ad0c02db0680 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Fri, 6 Mar 2026 00:23:43 -0500 Subject: [PATCH] chore: Add Python 3.14 to the test matrix --- .github/workflows/py.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py.yaml b/.github/workflows/py.yaml index 0d84aef1..84e2002d 100644 --- a/.github/workflows/py.yaml +++ b/.github/workflows/py.yaml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] os: [ubuntu-latest, windows-latest] shard: [0, 1]