]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: add Python 3.14 dev to package build
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 12:26:15 +0000 (14:26 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 31 Aug 2025 22:55:20 +0000 (00:55 +0200)
.github/workflows/packages-bin.yml

index 49f62ef03d592682d05372f85043db1f446444dc..f62ee92b6104652e80f97ccede68b69cc2a50dce 100644 (file)
@@ -50,7 +50,7 @@ jobs:
       fail-fast: false
       matrix:
         arch: [x86_64, i686, ppc64le, aarch64]
-        pyver: [cp38, cp39, cp310, cp311, cp312, cp313]
+        pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314-dev]
         platform: [manylinux, musllinux]
 
     steps:
@@ -131,7 +131,7 @@ jobs:
       fail-fast: false
       matrix:
         arch: [x86_64, arm64]
-        pyver: [cp39, cp310, cp311, cp312, cp313]
+        pyver: [cp39, cp310, cp311, cp312, cp313, cp314-dev]
         include:
           # cp38 on arm64 can be built but cannot be tested:
           # https://github.com/pypa/cibuildwheel/pull/1169
@@ -190,7 +190,7 @@ jobs:
       matrix:
         # Might want to add win32, untested at the moment.
         arch: [win_amd64]
-        pyver: [cp38, cp39, cp310, cp311, cp312, cp313]
+        pyver: [cp38, cp39, cp310, cp311, cp312, cp313, cp314-dev]
 
     defaults:
       run: