]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove py 3.9 from mypy job
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Jul 2025 20:10:32 +0000 (16:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Jul 2025 20:10:32 +0000 (16:10 -0400)
Was already removed for pep484.  3.9 is EOL in two months
and latest mypy 1.17 changes are now failing, so just remove

Change-Id: I75d9bf06095da13621e2e3470486e44c9da50176

.github/workflows/run-test.yaml

index 38e96b250b8aa6865c953a79ac7708c764d6648f..34e76aa4278b5111d34ef380b6125133f4e12708 100644 (file)
@@ -129,7 +129,6 @@ jobs:
         os:
           - "ubuntu-22.04"
         python-version:
-          - "3.9"
           - "3.10"
           - "3.11"
           - "3.12"
@@ -143,10 +142,6 @@ jobs:
           - tox-env: lint
             python-version: "3.12"
             os: "ubuntu-22.04"
-        exclude:
-          # run pep484 only on 3.10+
-          - tox-env: pep484
-            python-version: "3.9"
 
       fail-fast: false