Skip to content

Commit

Permalink
Explicitly specify the version of pypi
Browse files Browse the repository at this point in the history
`pypy3` is deprecated. See actions/setup-python#168 (comment)
  • Loading branch information
mariocj89 committed Mar 18, 2022
1 parent 83ec82c commit 62d80eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
"3.9",
"3.10",
"pypy2",
"pypy3",
"pypy-3.8",
]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 62d80eb

Please sign in to comment.