From 5e6918b9ce7b4b7effc089cf998a8dae7642e976 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 25 Apr 2024 12:25:14 -0500 Subject: [PATCH] Drop EOL Python 3.7 from the testing matrix 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",