]> 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:58 +0000 (00:12 +0100)
.github/workflows/tests.yml

index 39f4340c955ddcb7a819a7ddc73bb5ea2eb4cfc5..7e04fd76afc829850bb32031435a004330805862 100644 (file)
@@ -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: