8000 Improve testing matrix by AlexWaygood · Pull Request #622 · python/typing_extensions · GitHub
[go: up one dir, main page]

Skip to content

Improve testing matrix #622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- "3.14"
- "pypy3.9"
- "pypy3.10"
- "pypy3.11"

runs-on: ubuntu-latest

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
0