Skip to content

Commit

Permalink
Test with latest PyPy (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 11, 2024
1 parent 27b1fcf commit 8f59e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
py:
- "pypy3.9" # ahead to start it earlier because takes longer
- "pypy3.10" # ahead to start it earlier because takes longer
- "3.13"
- "3.12"
- "3.11"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ matrix = [
"3.10",
"3.9",
"3.8",
"pypy3.9",
"pypy3.10",
] },
]
features = [
Expand Down

0 comments on commit 8f59e91

Please sign in to comment.