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 5b3587d commit ba300ceCopy full SHA for ba300ce
1 file changed
.github/workflows/third_party.yml
@@ -291,6 +291,7 @@ jobs:
291
cd cattrs
292
pdm remove typing-extensions
293
pdm add --dev ../typing-extensions-latest
294
+ pdm update pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
295
- name: Install cattrs test dependencies
296
run: cd cattrs; pdm install --dev -G :all
297
- name: List all installed dependencies
0 commit comments