Skip to content

Commit

Permalink
Bump PyPy on GH Actions to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss authored and renatahodovan committed Sep 23, 2024
1 parent d5f8120 commit b9256af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', 'pypy-3.9']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', 'pypy-3.10']
exclude:
# NOTE: pynacl should not be built from sdist, but it has no binary
# wheel available for windows+pypy
- os: windows-latest
python-version: 'pypy-3.9'
python-version: 'pypy-3.10'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b9256af

Please sign in to comment.