From 1a0f51731b82bb3ea7c4f347ef430d57fbf362ed Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 7 Oct 2025 10:18:45 -0500 Subject: [PATCH] Add Python 3.14 to the test matrix --- strategy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strategy.json b/strategy.json index f07a5a1..817aa8f 100644 --- a/strategy.json +++ b/strategy.json @@ -1,7 +1,7 @@ { "matrix": { "os": ["macos-latest", "ubuntu-22.04", "windows-latest"], - "python": ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"], + "python": ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"], "include": [ { "os": "ubuntu-22.04",