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 42027ab commit f66c1fbCopy full SHA for f66c1fb
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
- "3.14"
52
- "pypy3.9"
53
- "pypy3.10"
54
+ - "pypy3.11"
55
56
runs-on: ubuntu-latest
57
.github/workflows/third_party.yml
@@ -291,8 +291,6 @@ jobs:
291
cd cattrs
292
pdm remove typing-extensions
293
pdm add --dev ../typing-extensions-latest
294
- pdm update --group=docs pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
295
- pdm sync --clean
296
- name: Install cattrs test dependencies
297
run: cd cattrs; pdm install --dev -G :all
298
- name: List all installed dependencies
0 commit comments