From dc7bd851195557fd5330fa832a30cfd0cda51cf2 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Thu, 14 Dec 2023 19:28:39 +0100 Subject: [PATCH] Remove Python3.7 from CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e10bc6..5aaf76d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: