From 912f7b9091e86b94659f091e820dba7ff1c1f754 Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Tue, 8 Oct 2024 11:55:53 +0200 Subject: [PATCH] Run tests with Python 3.13 in CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32c1aa06..cb51dcba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: include: - python: "3.9" psycopg: "psycopg2" - - python: "3.12" + - python: "3.13" psycopg: "psycopg3" steps: - uses: actions/checkout@v4