From 947f731400ceea39bcc9e23d109097df56d3fe16 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 4 Jan 2025 18:22:23 +0100 Subject: [PATCH] ci: test against final Python 3.13 --- .github/workflows/tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec1475bb..cc1402fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,8 +8,7 @@ on: pull_request: jobs: - tests: - name: Unit tests run + linux: runs-on: ubuntu-latest strategy: @@ -21,7 +20,7 @@ jobs: - {python: "3.10", postgres: "14"} - {python: "3.11", postgres: "15"} - {python: "3.12", postgres: "16"} - - {python: "3.13-dev", postgres: "17"} + - {python: "3.13", postgres: "17"} # Opposite extremes of the supported Py/PG range, other architecture - {python: "3.8", postgres: "17", architecture: "x86"} @@ -29,7 +28,7 @@ jobs: - {python: "3.10", postgres: "15", architecture: "x86"} - {python: "3.11", postgres: "14", architecture: "x86"} - {python: "3.12", postgres: "13", architecture: "x86"} - - {python: "3.13-dev", postgres: "12", architecture: "x86"} + - {python: "3.13", postgres: "12", architecture: "x86"} env: PSYCOPG2_TESTDB: postgres