]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
remove python 3.9 from pep-484 suite on github actions
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Dec 2023 00:06:11 +0000 (19:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Dec 2023 00:06:11 +0000 (19:06 -0500)
since the major typing update in f443584f994a7a6426197f9f
just merged, python 3.9 is failing
for some reason, but 3.9 support w/ 100% mypy is not priority,
just remove from gh actions

Change-Id: Iddc096e51d685a3933a1cdbdb6c47782870973d4

.github/workflows/run-test.yaml

index 10d313e581be0e3f9126fe13a395b3495f846ce0..94853552fc0e4f0d838665b22ae404903d51251c 100644 (file)
@@ -74,7 +74,6 @@ jobs:
         os:
           - "ubuntu-latest"
         python-version:
-          - "3.9"
           - "3.10"
           - "3.11"
           - "3.12"