]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
dont even run 3.7 on github actions
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Oct 2025 20:24:36 +0000 (16:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Oct 2025 20:24:36 +0000 (16:24 -0400)
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

.github/workflows/run-test.yaml

index 8096d8234823bd54d3054732113be618b5ebfd5d..0e73bf93d36240ee9768aca95011d803b16d5473 100644 (file)
@@ -32,7 +32,6 @@ jobs:
           - "macos-latest"
           - "macos-13"
         python-version:
-          - "3.7"
           - "3.8"
           - "3.9"
           - "3.10"