Skip to content

Commit ba300ce

Browse files
authored
hack to force a newer version of pendulum
1 parent 5b3587d commit ba300ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ jobs:
291291
cd cattrs
292292
pdm remove typing-extensions
293293
pdm add --dev ../typing-extensions-latest
294+
pdm update pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
294295
- name: Install cattrs test dependencies
295296
run: cd cattrs; pdm install --dev -G :all
296297
- name: List all installed dependencies

0 commit comments

Comments
 (0)