We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74a859 commit c241cbdCopy full SHA for c241cbd
.github/workflows/third_party.yml
@@ -351,7 +351,7 @@ jobs:
351
- name: Run litestar tests with typing_extensions main branch
352
working-directory: litestar
353
run: |
354
- # litestar's python-requires means pdm won't let us add typing-extensions-latest
+ # litestar's python-requires means uv won't let us add typing-extensions-latest
355
# as a requirement unless we do this
356
sed -i 's/^requires-python = ">=3.8/requires-python = ">=3.9/' pyproject.toml
357
0 commit comments