]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci(crdb): test with oldest supported Python release
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 19 Jan 2025 23:12:17 +0000 (00:12 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 19 Jan 2025 23:12:17 +0000 (00:12 +0100)
.github/workflows/tests.yml

index 61caa36b157e2b1cbae54d45f18879f9111e0b2b..dc9fb5fd607424e4646038afbbd4fe2ed4a5bf69 100644 (file)
@@ -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: