Revert "Skip running cattrs
tests on PyPy (#272)" (#273) · python/typing_extensions@688fbd2 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 688fbd2
Revert "Skip running cattrs
tests on PyPy (#272)" (#273)
This reverts commit 8dfa0a5.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -312,9 +312,7 @@ jobs: | ||
312 | 312 | strategy: |
313 | 313 | fail-fast: false |
314 | 314 | matrix: |
315 | -# TODO: Add pypy3.9 back to this matrix | |
316 | -# After PyYAML/PyPy issues are fixed (see #271) | |
317 | -python-version: ["3.8", "3.9", "3.10", "3.11"] | |
315 | +python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"] | |
318 | 316 | runs-on: ubuntu-latest |
319 | 317 | timeout-minutes: 60 |
320 | 318 | steps: |