From c96a1048750a5fda4cec223ef20209d8867f82a5 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 9 Aug 2024 16:31:09 +0200 Subject: [PATCH] Drop python 3.7 tests (#3) --- .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 6a8a9b8..f87267c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] timeout-minutes: 10