]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: add Python 3.14 tests on macOS, Windows
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Nov 2025 22:00:10 +0000 (23:00 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Nov 2025 22:02:21 +0000 (23:02 +0100)
.github/workflows/tests.yml

index a1f74fc0b84e0b2548eb571da278f95d0fb64206..f58933f9249d59d629ed022f67eb5ed157f3bc45 100644 (file)
@@ -198,10 +198,12 @@ jobs:
           - {impl: python, python: "3.11"}
           - {impl: python, python: "3.12"}
           - {impl: python, python: "3.13"}
+          - {impl: python, python: "3.14"}
           - {impl: c, python: "3.10"}
           - {impl: c, python: "3.11"}
           - {impl: c, python: "3.12"}
           - {impl: c, python: "3.13"}
+          - {impl: c, python: "3.14"}
 
     env:
       PSYCOPG_IMPL: ${{ matrix.impl }}
@@ -319,10 +321,12 @@ jobs:
           - {impl: python, python: "3.11"}
           - {impl: python, python: "3.12"}
           - {impl: python, python: "3.13"}
+          - {impl: python, python: "3.14"}
           - {impl: c, python: "3.10"}
           - {impl: c, python: "3.11"}
           - {impl: c, python: "3.12"}
           - {impl: c, python: "3.13"}
+          - {impl: c, python: "3.14"}
 
     env:
       PSYCOPG_IMPL: ${{ matrix.impl }}