Browse Source

Bump PyPy to 3.10

pull/1297/head
Hugo van Kemenade 1 year ago
parent
commit
935acc84aa
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

@ -16,11 +16,11 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python: ['pypy-3.9', '3.8', '3.9', '3.10', '3.11', '3.12']
python: ['pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
# pypy3 currently fails to run on Windows
- os: windows-latest
python: pypy-3.9
python: pypy-3.10
fail-fast: false
runs-on: ${{ matrix.os }}
steps:

Loading…
Cancel
Save