Skip to content

Commit

Permalink
CI: Replace deprecated pypy3 with pypy-3.8 (#1533)
Browse files Browse the repository at this point in the history
pypy3 is deprecated and is not available in newer images:
actions/setup-python#244 (comment)

Instead explicitly specify the version:
https://github.com/actions/setup-python#specifying-a-pypy-version

Committed via https://github.com/asottile/all-repos
  • Loading branch information
JiachenSmith committed Jun 12, 2023
1 parent b8ced96 commit ac285e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- MacOS
- Windows
python-version:
- pypy3
- pypy-3.8
pip-version:
- latest
env:
Expand Down

0 comments on commit ac285e9

Please sign in to comment.