Skip to content

Commit

Permalink
Spell pypy3.10 consistently
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgedmin committed Oct 9, 2024
1 parent af3ae79 commit c96e2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "pypy-3.10"
- "pypy3.10"

steps:
- name: Git clone
Expand Down

0 comments on commit c96e2b1

Please sign in to comment.