]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add python 3.14 to run-test
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jun 2025 18:28:19 +0000 (14:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jun 2025 18:28:19 +0000 (14:28 -0400)
If I'm reading correctly at https://github.com/actions/python-versions ,
there are plenty of python 3.14 versions available, so this should
"work".

Still not sure about wheel building so leaving that separate

Change-Id: Idd1ce0db124b700091f5499d6a7d087f6e31777e

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

index 0d1313bf39c9f5d9db625d8b8b4a392c7d5e6363..889da8499f3e9f686f9e7204248f8fce01aba146 100644 (file)
@@ -25,7 +25,7 @@ jobs:
         os:
           - "ubuntu-22.04"
         python-version:
-          - "3.12"
+          - "3.13"
         build-type:
           - "cext"
           - "nocext"
index 38e96b250b8aa6865c953a79ac7708c764d6648f..bb6e831cfbea2765d8d4cbc22560fd11f2af0bbd 100644 (file)
@@ -37,6 +37,7 @@ jobs:
           - "3.11"
           - "3.12"
           - "3.13"
+          - "3.14"
           - "pypy-3.10"
         build-type:
           - "cext"