Skip to content

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
nhairs committed Nov 2, 2024
1 parent a75b3f0 commit 3f58939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
fail-fast: false # allow tests to run on all platforms
matrix:
python-version:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
- "pypy@3.8"
- "pypy@3.9"
- "pypy@3.10"
- "3.8"
- "3.9"
- "3.10"
Expand Down

0 comments on commit 3f58939

Please sign in to comment.