Skip to content

Commit 8f59e91

Browse files
Test with latest PyPy (#290)
1 parent 27b1fcf commit 8f59e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
py:
23-
- "pypy3.9" # ahead to start it earlier because takes longer
23+
- "pypy3.10" # ahead to start it earlier because takes longer
2424
- "3.13"
2525
- "3.12"
2626
- "3.11"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ matrix = [
9999
"3.10",
100100
"3.9",
101101
"3.8",
102-
"pypy3.9",
102+
"pypy3.10",
103103
] },
104104
]
105105
features = [

0 commit comments

Comments
 (0)