]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: test with Python 3.14 non-dev
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 29 Aug 2025 18:11:05 +0000 (20:11 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 Sep 2025 22:24:39 +0000 (00:24 +0200)
.github/workflows/tests.yml

index 59090d1d851493c5a01f59cd86a1508b92dd953c..9194b0ef819e6dde2229bfcff034c82acfee58a5 100644 (file)
@@ -32,13 +32,13 @@ jobs:
           - {impl: python, python: "3.11", postgres: "postgres:16", libpq: master}
           - {impl: python, python: "3.12", postgres: "postgres:15", libpq: newest}
           - {impl: python, python: "3.13", postgres: "postgres:13"}
-          - {impl: python, python: "3.14-dev", postgres: "postgres:14"}
+          - {impl: python, python: "3.14", postgres: "postgres:14"}
 
           - {impl: c, python: "3.10", postgres: "postgres:13", libpq: master}
           - {impl: c, python: "3.11", postgres: "postgres:14", libpq: oldest}
           - {impl: c, python: "3.12", postgres: "postgres:15"}
           - {impl: c, python: "3.13", postgres: "postgres:16", libpq: newest}
-          - {impl: c, python: "3.14-dev", postgres: "postgres:17"}
+          - {impl: c, python: "3.14", postgres: "postgres:17"}
 
           - {impl: python, python: "3.10", ext: gevent, postgres: "postgres:17"}
           - {impl: python, python: "3.10", ext: dns, postgres: "postgres:14"}