Skip to content

Commit

Permalink
ci: drop 'pypy-3.9' for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 16, 2024
1 parent 08b9d34 commit 681e06e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.9"
os:
- "ubuntu-20.04"
- "macos-latest"
Expand All @@ -35,12 +34,9 @@ jobs:
py: "3.10"

include:
# Only run coverage on ubuntu-20.04, except on pypy3
# Only run coverage on ubuntu-20.04
- os: "ubuntu-20.04"
pytest-args: "--cov"
- os: "ubuntu-20.04"
py: "pypy-3.9"
pytest-args: ""


name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
Expand Down

0 comments on commit 681e06e

Please sign in to comment.