Skip to content

Commit 21f17ff

Browse files
committed
Fix litestar third party test
Looks like it dropped support for 3.10 Fixes #736
1 parent aa25c96 commit 21f17ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
fail-fast: false
340340
matrix:
341341
# As of 2 November 2025 a dependency is missing 3.14 wheels
342-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
342+
python-version: [ "3.11", "3.12", "3.13" ]
343343
steps:
344344
- name: Install the latest version of uv
345345
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4

0 commit comments

Comments
 (0)