Skip to content

Commit 2523a98

Browse files
committed
Revert to PyPy 3.10 to avoid known numeric handling issues
1 parent ed74a01 commit 2523a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.11"]
29+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.10"]
3030
fail-fast: false
3131
steps:
3232
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)