]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
remove python 3.8 from github files
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Feb 2025 18:47:53 +0000 (13:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Feb 2025 18:47:53 +0000 (13:47 -0500)
they dont have 3.8 anymore

Change-Id: I3ccf04e83649f1b1112bb402b54345b7e9bf7180

.github/workflows/run-test.yaml

index 102ddafaff09dd2d5e4e197165d3a43be7c465c3..d39dab05892e3d7141bcb388065225a4456c9665 100644 (file)
@@ -30,7 +30,6 @@ jobs:
           - "windows-latest"
           - "macos-latest"
         python-version:
-          - "3.8"
           - "3.9"
           - "3.10"
           - "3.11"
@@ -44,9 +43,6 @@ jobs:
           # sqla14 does not support 3.13+
           - sqlalchemy: sqla14
             python-version: "3.13"
-          # sqlamain does not support 3.8
-          - sqlalchemy: sqlamain
-            python-version: "3.8"
 
       fail-fast: false