Skip to content

Commit

Permalink
Disable PyPy in CI.
Browse files Browse the repository at this point in the history
Refs #1581.
  • Loading branch information
aaugustin committed Jan 25, 2025
1 parent 919cd92 commit 1e62b3c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "pypy-3.10"
# Disable PyPy per https://github.com/python-websockets/websockets/issues/1581
# - "pypy-3.10"
is_main:
- ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
exclude:
- python: "pypy-3.10"
is_main: false
# exclude:
# - python: "pypy-3.10"
# is_main: false
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1e62b3c

Please sign in to comment.