Skip to content

Commit

Permalink
Using pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Oct 28, 2024
1 parent db0a35d commit 9f90486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
os: [ubuntu-24.04, windows-latest]
exclude:
- os: windows-latest
Expand All @@ -20,7 +20,7 @@ jobs:
- os: windows-latest
python-version: "3.12"
- os: windows-latest
python-version: "pypy3.12"
python-version: "pypy3.10"

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

0 comments on commit 9f90486

Please sign in to comment.