Skip to content

Commit

Permalink
Merge pull request #330 from hugovk/fix-pypy3
Browse files Browse the repository at this point in the history
CI: Replace deprecated pypyX with pypy-X.Y
  • Loading branch information
wiggin15 committed Mar 29, 2022
2 parents 51cf507 + 8ba396b commit aff7fb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -11,12 +11,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy2", "pypy3", "2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-2.7", "pypy-3.8", "2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
# Add new helper variables to existing jobs
- {python-version: "pypy2", toxenv: "pypy"}
- {python-version: "pypy3", toxenv: "pypy3"}
- {python-version: "pypy-2.7", toxenv: "pypy"}
- {python-version: "pypy-3.8", toxenv: "pypy3"}
- {python-version: "2.7", toxenv: "py27"}
- {python-version: "3.5", toxenv: "py35"}
- {python-version: "3.6", toxenv: "py36"}
Expand Down

0 comments on commit aff7fb2

Please sign in to comment.