From 7f1facfb0c274a0da02b0276aea6965477431775 Mon Sep 17 00:00:00 2001 From: William Patton Date: Fri, 11 Oct 2024 13:55:18 -0700 Subject: [PATCH] avoid testing on python 3.13 since the postgres dependency is not yet available --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c298ddd..09262d0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12"] env: PGUSER: postgres