Skip to content

Commit

Permalink
third-party tests: skip cattrs on pypy (#321)
Browse files Browse the repository at this point in the history
It's broken for reasons unrelated to typing-extensions. See #320.
  • Loading branch information
JelleZijlstra authored Jan 13, 2024
1 parent d6dc4f1 commit f84880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit f84880d

Please sign in to comment.