Skip to content

Commit c96e2b1

Browse files
committed
Spell pypy3.10 consistently
The documentation for setup-python says "pypy3.10-7.x.y" for a specific pypy3 7.x.y release that supports the Python 3.10 language, so let's avoid a - between pypy and the python language version, even if it works today.
1 parent af3ae79 commit c96e2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "3.11"
2727
- "3.12"
2828
- "3.13"
29-
- "pypy-3.10"
29+
- "pypy3.10"
3030

3131
steps:
3232
- name: Git clone

0 commit comments

Comments
 (0)