]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
more 3.8 cleanups
authorFederico Caselli <cfederico87@gmail.com>
Mon, 10 Feb 2025 20:46:34 +0000 (21:46 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 10 Feb 2025 20:46:34 +0000 (21:46 +0100)
Change-Id: I7382b37781c43701020442d29f45a4bef274fffc

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

index 0ea238ebacd7ec451058b3ef8ac6190b1fc5da7c..93c318f158b16bcce7f2d0e28863eed87ddb6cc1 100644 (file)
@@ -25,7 +25,7 @@ jobs:
         os:
           - "ubuntu-22.04"
         python-version:
-          - "3.11"
+          - "3.12"
         sqlalchemy:
           - sqla14
           - sqla20
@@ -61,7 +61,7 @@ jobs:
         os:
           - "ubuntu-latest"
         python-version:
-          - "3.11"
+          - "3.12"
 
       fail-fast: false
 
index a2eb0f6fc1873b46ad22f599b60242772d45672f..c6dbc109ae47e640d2ef16eb506888c92cfb9399 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -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