Skip to content

Commit f66c1fb

Browse files
authored
Improve testing matrix (#622)
1 parent 42027ab commit f66c1fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- "3.14"
5252
- "pypy3.9"
5353
- "pypy3.10"
54+
- "pypy3.11"
5455

5556
runs-on: ubuntu-latest
5657

.github/workflows/third_party.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ jobs:
291291
cd cattrs
292292
pdm remove typing-extensions
293293
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
296294
- name: Install cattrs test dependencies
297295
run: cd cattrs; pdm install --dev -G :all
298296
- name: List all installed dependencies

0 commit comments

Comments
 (0)