From f6ce81c3dba1e5c840043875783dda2978ded164 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 27 Apr 2025 23:47:15 +0200 Subject: [PATCH] ci: add Python 3.14 version to test grid --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 06c92313b..fb1c1a601 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +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: c, python: "3.8", postgres: "postgres:12", libpq: master} - {impl: c, python: "3.9", postgres: "postgres:13"} @@ -41,6 +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: python, python: "3.8", ext: gevent, postgres: "postgres:17"} - {impl: c, python: "3.12", ext: gevent, postgres: "postgres:14"} -- 2.47.3