From 866bcef589aeb4a9c994db89addb4ebd92324ec9 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 25 Apr 2024 09:24:14 +0200 Subject: [PATCH] Add Python 3.13.0a6 to CI --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 622f20b3..0554d8b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: - {python: "3.10", postgres: "14"} - {python: "3.11", postgres: "15"} - {python: "3.12", postgres: "16"} + - {python: "3.13-dev", postgres: "16"} # Opposite extremes of the supported Py/PG range, other architecture - {python: "3.7", postgres: "16", architecture: "x86"} @@ -27,6 +28,7 @@ jobs: - {python: "3.10", postgres: "13", architecture: "x86"} - {python: "3.11", postgres: "11", architecture: "x86"} - {python: "3.12", postgres: "10", architecture: "x86"} + - {python: "3.13-dev", postgres: "10", architecture: "x86"} env: PSYCOPG2_TESTDB: postgres