]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add wheels for python 3.14
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Dec 2025 20:21:58 +0000 (15:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Dec 2025 20:21:58 +0000 (15:21 -0500)
Change-Id: Ia69c9e728e38622d643752b61b0627b3baae5089

.github/workflows/create-wheels.yaml

index 5ca98ea257cbd5fc428ae58de573ae4226449c01..7fb230b6d0ee24fe52d529d37b9cd69e7a51bf27 100644 (file)
@@ -21,8 +21,8 @@ jobs:
         # emulated wheels on linux take too much time, split wheels into multiple runs
         python:
           - "cp310-* cp311-*"
-          - "cp312-* cp313-*"
-          - "cp313t-*"
+          - "cp312-* cp313-* cp314-*"
+          - "cp313t-* cp314t-*"
         wheel_mode:
           - compiled
         os:
@@ -41,7 +41,7 @@ jobs:
           # create pure python build
           - os: ubuntu-22.04
             wheel_mode: pure-python
-            python: "cp-313*"
+            python: "cp-314*"
 
         exclude:
           - os: "windows-2022"
@@ -94,7 +94,7 @@ jobs:
       - name: Set up Python for twine and pure-python wheel
         uses: actions/setup-python@v5
         with:
-          python-version: "3.13"
+          python-version: "3.14"
 
       - name: Build pure-python wheel
         if: ${{ matrix.wheel_mode == 'pure-python' && runner.os == 'Linux' }}