Skip to content

Commit

Permalink
Bump PyPy on GH Actions to 3.10 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss authored Aug 26, 2024
1 parent 3840454 commit 5d96818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11.5', '3.12', 'pypy-3.9'] # FIXME: forcing to use py3.11.5 since py3.11.7 causes an inexplicable failure in multiprocessing.
python-version: [3.8, 3.9, '3.10', '3.11.5', '3.12', 'pypy-3.10'] # FIXME: forcing to use py3.11.5 since py3.11.7 causes an inexplicable failure in multiprocessing.
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf input
Expand Down

0 comments on commit 5d96818

Please sign in to comment.