From: Daniele Varrazzo Date: Fri, 29 Aug 2025 18:11:05 +0000 (+0200) Subject: ci: test with Python 3.14 non-dev X-Git-Tag: 3.2.10~8^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3bc3b93f9a855de7f3f5e5a5d260d85c5d17aba;p=thirdparty%2Fpsycopg.git ci: test with Python 3.14 non-dev --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb1c1a601..47c86373c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"}