From: Mike Bayer Date: Tue, 28 Oct 2025 20:24:36 +0000 (-0400) Subject: dont even run 3.7 on github actions X-Git-Tag: rel_2_0_45~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2039e591aa1fde0f5e1da6a6b7fe63f2a67c7d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git dont even run 3.7 on github actions the nox version that installs on 3.7 is too old for the things we are doing with tags. just skip it Change-Id: I0d53ff3ed715dd6f4188fe865ce9a2d70a285de0 --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 8096d82348..0e73bf93d3 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -32,7 +32,6 @@ jobs: - "macos-latest" - "macos-13" python-version: - - "3.7" - "3.8" - "3.9" - "3.10"