Skip to content

Commit

Permalink
Change pypy version to pypy-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Oct 23, 2021
1 parent 732108b commit 1a6e9e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "pypy3"
- "pypy-3.7"
os:
- "ubuntu-latest"
- "windows-latest"
Expand All @@ -32,7 +32,7 @@ jobs:
- os: "ubuntu-latest"
pytest-args: "--cov"
- os: "ubuntu-latest"
py: "pypy3"
py: "pypy-3.7"
pytest-args: ""
exclude:
# Linux and macOS don't have x86 python
Expand All @@ -42,7 +42,7 @@ jobs:
architecture: x86
# PyPy3 on Windows doesn't seem to work
- os: "windows-latest"
py: "pypy3"
py: "pypy-3.7"
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1a6e9e0

Please sign in to comment.