Skip to content

Commit

Permalink
remove sqla13 tags from github files
Browse files Browse the repository at this point in the history
in ab446ab we forgot to remove
the sqla 3.13 tags from the github actions

Change-Id: I1c32ab16adb1c62e061e0bd4458f07ef71a96bc0
  • Loading branch information
zzzeek committed Feb 10, 2025
1 parent ab446ab commit c0b5ebb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
python-version:
- "3.11"
sqlalchemy:
- sqla13
- sqla14
- sqla20
- sqlamain
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,10 @@ jobs:
- "3.12"
- "3.13"
sqlalchemy:
- sqla13
- sqla14
- sqla20
- sqlamain
exclude:
# sqla13 does not support 3.12+
- sqlalchemy: sqla13
python-version: "3.12"
- sqlalchemy: sqla13
python-version: "3.13"
# sqla14 does not support 3.13+
- sqlalchemy: sqla14
python-version: "3.13"
Expand Down

0 comments on commit c0b5ebb

Please sign in to comment.