From 264f5ce2329f6eb8011cdf5ccec85b136848b1da Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 28 Jan 2024 22:56:27 -0700 Subject: drop support for python 3.7 which was eol in 2023 --- .github/workflows/ci-tests.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f24159c40..37f0d86cd 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: py: - - "3.7" - "3.8" - "3.9" - "3.10" -- cgit v1.2.3