From f1bdf4d1b2829f667d36a82d5096929b227fed50 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Mon, 27 Oct 2025 10:18:07 -0700 Subject: [PATCH] EOL for 3.9, include 3.14 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 53f739d..d239238 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -28,7 +28,7 @@ jobs: test: strategy: matrix: - python: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] platform: - ubuntu-latest - macos-latest