From 0f93284fdf84dc418edc47fbc805c8919a3f1822 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Wed, 8 Nov 2023 12:11:40 +0000 Subject: [PATCH] rm py 3.7 from actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 883255d..d8e5c14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - 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"] env: PYTHON_VERSION: ${{ matrix.python-version }}