Skip to content

Commit

Permalink
Revert "Disable PyPy in CI."
Browse files Browse the repository at this point in the history
This reverts commit 1e62b3c.

Fix #1581.
  • Loading branch information
aaugustin committed Feb 7, 2025
1 parent 0bdfbd1 commit 5b51646
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
# Disable PyPy per https://github.com/python-websockets/websockets/issues/1581
# - "pypy-3.10"
- "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 5b51646

Please sign in to comment.