Skip to content

Commit

Permalink
remove python 3.8 from github files
Browse files Browse the repository at this point in the history
they dont have 3.8 anymore

Change-Id: I3ccf04e83649f1b1112bb402b54345b7e9bf7180
  • Loading branch information
zzzeek committed Feb 10, 2025
1 parent c0b5ebb commit a3e32b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- "windows-latest"
- "macos-latest"
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -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

Expand Down

0 comments on commit a3e32b8

Please sign in to comment.