From bf51f58eca1c5a9bc6126f5910dfc47483a10727 Mon Sep 17 00:00:00 2001 From: Bruno Thomas Date: Wed, 13 Dec 2023 22:24:28 +0100 Subject: [PATCH] ci: remove python 3.7 CI (not supported on python.org) --- .github/workflows/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2f0cdba..7276aea 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -24,7 +24,6 @@ jobs: - '3.10' - '3.9' - '3.8' - - '3.7' steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2