From 1cd2656e608295a7bfadf1c27598e426209c4355 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 11 Jan 2026 23:56:50 -0500 Subject: [PATCH] Update CI to Python 3.11-3.13 (drop 3.10 support) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fb325c..bbee846 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false # Don't cancel other jobs if one fails matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] steps: # 1. Get the code