From: Daniele Varrazzo Date: Sun, 19 Jan 2025 23:12:17 +0000 (+0100) Subject: ci(crdb): test with oldest supported Python release X-Git-Tag: 3.2.5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd74422e3beba489db114f5796bffe4c537a3d3;p=thirdparty%2Fpsycopg.git ci(crdb): test with oldest supported Python release --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61caa36b1..dc9fb5fd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -385,7 +385,7 @@ jobs: # curl -fsSL -X GET \ # https://us-docker.pkg.dev/v2/cockroach-cloud-images/cockroachdb/cockroach/tags/list \ # | jq .tags | egrep 'latest-[^-]+-build' | sort - - {impl: c, crdb: "latest-v24.3-build", python: "3.11", libpq: newest} + - {impl: c, crdb: "latest-v24.3-build", python: "3.8", libpq: newest} - {impl: python, crdb: "latest-v23.2-build", python: "3.12"} - {impl: c, crdb: "latest-master-build", python: "3.13"} env: