Skip to content

Commit

Permalink
more 3.8 cleanups
Browse files Browse the repository at this point in the history
Change-Id: I7382b37781c43701020442d29f45a4bef274fffc
  • Loading branch information
CaselIT committed Feb 10, 2025
1 parent a3e32b8 commit 7b54f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os:
- "ubuntu-22.04"
python-version:
- "3.11"
- "3.12"
sqlalchemy:
- sqla14
- sqla20
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
os:
- "ubuntu-latest"
python-version:
- "3.11"
- "3.12"

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Database :: Front-Ends
Expand Down

0 comments on commit 7b54f1c

Please sign in to comment.