Skip to content

Commit

Permalink
ci: drop 'pypy3.9' for now
Browse files Browse the repository at this point in the history
Test failure tracked in #312
  • Loading branch information
tseaver committed Aug 30, 2024
1 parent 003035a commit 19dd2bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 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-22.04"
architecture:
Expand All @@ -26,9 +25,6 @@ jobs:
# Only run coverage on ubuntu-22.04, except on pypy3
- os: "ubuntu-22.04"
pytest-args: "--cov"
- os: "ubuntu-22.04"
py: "pypy-3.9"
pytest-args: ""

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

0 comments on commit 19dd2bf

Please sign in to comment.