From c8dda2494c824b83f10b5248548f556d7d65a428 Mon Sep 17 00:00:00 2001 From: David Ham Date: Mon, 18 Sep 2023 10:52:26 +0100 Subject: [PATCH] drop Python 3.7 from CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90535db..16f52b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - uses: pre-commit/action@v3.0.0 build: @@ -23,7 +23,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] include: - os: macos-latest # macos test python-version: "3.11"