Skip to content

Commit fb6251e

Browse files
committed
Renable CI/CD testing on PyPy for all platforms.
PyPy's Windows unicode handling transpired to be significantly different enough that a PyPy+Windows specific test failure slipped in (#552).
1 parent b47c3a7 commit fb6251e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
include:
1717
- { python-version: "3.10", os: windows-latest }
1818
- { python-version: "3.10", os: macos-latest }
19+
- { python-version: "pypy-3.8", os: windows-latest }
20+
- { python-version: "pypy-3.8", os: macos-latest }
1921

2022
steps:
2123
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)