diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da5134f..eff7b4c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: - "3.14" - "pypy3.9" - "pypy3.10" + - "pypy3.11" runs-on: ubuntu-latest diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index a15735b0..2ac26a58 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -291,8 +291,6 @@ jobs: cd cattrs pdm remove typing-extensions pdm add --dev ../typing-extensions-latest - pdm update --group=docs pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05 - pdm sync --clean - name: Install cattrs test dependencies run: cd cattrs; pdm install --dev -G :all - name: List all installed dependencies