Skip to content

Commit

Permalink
Add PyPy 3.9 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 3, 2024
1 parent 5b818ca commit 506c16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
tox:
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 7
matrix:
os: [ubuntu-latest] # [macos-latest, ubuntu-latest, windows-latest]
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9', 'pypy3.10']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 506c16c

Please sign in to comment.