Skip to content

Commit c241cbd

Browse files
authored
Update .github/workflows/third_party.yml
1 parent a74a859 commit c241cbd

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
@@ -351,7 +351,7 @@ jobs:
351351
- name: Run litestar tests with typing_extensions main branch
352352
working-directory: litestar
353353
run: |
354-
# litestar's python-requires means pdm won't let us add typing-extensions-latest
354+
# litestar's python-requires means uv won't let us add typing-extensions-latest
355355
# as a requirement unless we do this
356356
sed -i 's/^requires-python = ">=3.8/requires-python = ">=3.9/' pyproject.toml
357357

0 commit comments

Comments
 (0)