From 34fb5891b932d0e455411435919754f2a84ce868 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 25 Apr 2024 14:42:39 -0500 Subject: [PATCH] Drop EOL Python 3.7 from the testing matrix (#29) The macos-latest runners don't consistently support Python 3.7 any longer. --- strategy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strategy.json b/strategy.json index 3d0b56f..909b560 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", "3.12"], + "python": ["3.8", "3.9", "3.10", "3.11", "3.12"], "include": [ { "os": "ubuntu-20.04",