Removed PyPy + Windows from the test matrix for now · pypa/wheel@b2c8272 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit b2c8272
Removed PyPy + Windows from the test matrix for now
This avoids the unicode file name handling brokenness on that particular combination.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -26,8 +26,6 @@ jobs: | ||
26 | 26 | python-version: "3.12" |
27 | 27 | - os: macos-latest |
28 | 28 | python-version: "pypy-3.10" |
29 | - - os: windows-latest | |
30 | -python-version: "pypy-3.10" | |
31 | 29 | runs-on: ${{ matrix.os }} |
32 | 30 | steps: |
33 | 31 | - uses: actions/checkout@v4 |