Skip to content

Commit 326376c

Browse files
committed
Fix PyPy wheel version (7.3.7 does not support Py3.9 yet).
1 parent 4ae689a commit 326376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- "3.11"
150150
- "pypy-3.7-v7.3.7"
151151
- "pypy-3.8-v7.3.7"
152-
- "pypy-3.9-v7.3.7"
152+
- "pypy-3.9-v7.3.11"
153153

154154
exclude:
155155
# outdated compilers and probably not worth supporting anymore

0 commit comments

Comments
 (0)