Skip to content

Commit

Permalink
Drop the hyphen in PyPy version numbers
Browse files Browse the repository at this point in the history
I actually looked it up in the docs, and this makes more sense because
you can then extend it to pypy3.7-v7.x.y etc.

https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#specifying-a-pypy-version0
  • Loading branch information
mgedmin committed Dec 11, 2022
1 parent 84ca552 commit bc741dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "pypy-2.7"
- "pypy-3.7"
- "pypy2.7"
- "pypy3.7"

steps:
- name: Git clone
Expand Down

0 comments on commit bc741dc

Please sign in to comment.