From: Daniele Varrazzo Date: Sun, 19 Jan 2025 23:12:17 +0000 (+0100) Subject: ci(crdb): test with oldest supported Python release X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35af223c6454fc34d19145b2af9dd467137254b0;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 39f4340c9..7e04fd76a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -379,7 +379,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.9", libpq: newest} - {impl: python, crdb: "latest-v23.2-build", python: "3.12"} - {impl: c, crdb: "latest-master-build", python: "3.13"} env: