From 21f17ff06924e1f4efd3ccd2aac4c0919992f860 Mon Sep 17 00:00:00 2001 From: Shantanu Jain Date: Fri, 27 Mar 2026 22:25:36 -0700 Subject: [PATCH] Fix litestar third party test Looks like it dropped support for 3.10 Fixes #736 --- .github/workflows/third_party.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 573aaef8..0894c2d1 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -339,7 +339,7 @@ jobs: fail-fast: false matrix: # As of 2 November 2025 a dependency is missing 3.14 wheels - python-version: [ "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.11", "3.12", "3.13" ] steps: - name: Install the latest version of uv uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4