From: Daniele Varrazzo Date: Fri, 21 Nov 2025 22:00:10 +0000 (+0100) Subject: ci: add Python 3.14 tests on macOS, Windows X-Git-Tag: 3.3.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc18acf393f5e18c59ad47f47d56c148488910d;p=thirdparty%2Fpsycopg.git ci: add Python 3.14 tests on macOS, Windows --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a1f74fc0b..f58933f92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}