Skip to content

Commit 7b54f1c

Browse files
committed
more 3.8 cleanups
Change-Id: I7382b37781c43701020442d29f45a4bef274fffc
1 parent a3e32b8 commit 7b54f1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os:
2626
- "ubuntu-22.04"
2727
python-version:
28-
- "3.11"
28+
- "3.12"
2929
sqlalchemy:
3030
- sqla14
3131
- sqla20
@@ -61,7 +61,7 @@ jobs:
6161
os:
6262
- "ubuntu-latest"
6363
python-version:
64-
- "3.11"
64+
- "3.12"
6565

6666
fail-fast: false
6767

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ classifiers =
2020
Operating System :: OS Independent
2121
Programming Language :: Python
2222
Programming Language :: Python :: 3
23-
Programming Language :: Python :: 3.8
2423
Programming Language :: Python :: 3.9
2524
Programming Language :: Python :: 3.10
2625
Programming Language :: Python :: 3.11
2726
Programming Language :: Python :: 3.12
27+
Programming Language :: Python :: 3.13
2828
Programming Language :: Python :: Implementation :: CPython
2929
Programming Language :: Python :: Implementation :: PyPy
3030
Topic :: Database :: Front-Ends

0 commit comments

Comments
 (0)