From 474c0a03e4b1864cbf6da78eecf5a0cbb47e55e1 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 6 Feb 2024 16:05:40 -0600 Subject: [PATCH] Add Python 3.12 to the test matrix (#15) Python 3.12 was released in October of 2023. --- strategy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strategy.json b/strategy.json index 392ede9..3d0b56f 100644 --- a/strategy.json +++ b/strategy.json @@ -1,7 +1,7 @@ { "matrix": { "os": ["macos-latest", "ubuntu-latest", "windows-latest"], - "python": ["3.7", "3.8", "3.9", "3.10", "3.11"], + "python": ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"], "include": [ { "os": "ubuntu-20.04",