From: Mike Bayer Date: Wed, 20 Dec 2023 00:06:11 +0000 (-0500) Subject: remove python 3.9 from pep-484 suite on github actions X-Git-Tag: rel_1_13_1~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7406fad4c8a613546abb7258e09e68cc455fede;p=thirdparty%2Fsqlalchemy%2Falembic.git remove python 3.9 from pep-484 suite on github actions 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 --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 10d313e5..94853552 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -74,7 +74,6 @@ jobs: os: - "ubuntu-latest" python-version: - - "3.9" - "3.10" - "3.11" - "3.12"