Skip to content

Commit

Permalink
Remove typeguard PyPy tests (#463)
Browse files Browse the repository at this point in the history
This one has been flaky for a while (since July I think), but has
recently started failing pretty consistently
  • Loading branch information
hauntsaninja authored Sep 13, 2024
1 parent d9509f9 commit 2849332
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 @@ -186,7 +186,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 2849332

Please sign in to comment.