]> 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>
Sun, 31 Aug 2025 22:55:20 +0000 (00:55 +0200)
.github/workflows/tests.yml

index fb1c1a60121b7d855e7e6a7a90e9755e72b4e158..47c86373c2a85d816b89db800ee0dd2ceabafe0c 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           - {impl: python, python: "3.11", postgres: "postgres:14"}
           - {impl: python, python: "3.12", postgres: "postgres:13", libpq: newest}
           - {impl: python, python: "3.13", postgres: "postgres:12"}
-          - {impl: python, python: "3.14-dev", postgres: "postgres:14"}
+          - {impl: python, python: "3.14", postgres: "postgres:14"}
 
           - {impl: c, python: "3.8", postgres: "postgres:12", libpq: master}
           - {impl: c, python: "3.9", postgres: "postgres:13"}
@@ -42,7 +42,7 @@ jobs:
           - {impl: c, python: "3.11", postgres: "postgres:15", libpq: oldest}
           - {impl: c, python: "3.12", postgres: "postgres:16", libpq: newest}
           - {impl: c, python: "3.13", postgres: "postgres:17"}
-          - {impl: c, python: "3.14-dev", postgres: "postgres:17"}
+          - {impl: c, python: "3.14", postgres: "postgres:17"}
 
           - {impl: python, python: "3.8", ext: gevent, postgres: "postgres:17"}
           - {impl: c, python: "3.12", ext: gevent, postgres: "postgres:14"}