Skip to content

Commit

Permalink
Switch pypy 3.8 to 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
beregond committed Nov 10, 2023
1 parent 54af88e commit 57069fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 6
max-parallel: 7
matrix:
python-version: ["pypy-3.8", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy-3.9", "pypy-10", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 57069fa

Please sign in to comment.