From 7b49357fd0accaf7456f4944bfd1d02f348eeb15 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 8 Nov 2024 08:25:04 -0500 Subject: [PATCH] less min reqs --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 488611214..51cada684 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11"] test-pydantic1: name: Test pydantic 1