Skip to content

Commit

Permalink
CI: Replace deprecated pypy3 with pypy-3.8 (#460)
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
hugovk committed Nov 11, 2021
1 parent 9554dba commit bd02220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.8']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bd02220

Please sign in to comment.