Skip to content

Commit 5b51646

Browse files
committed
Revert "Disable PyPy in CI."
This reverts commit 1e62b3c. Fix #1581.
1 parent 0bdfbd1 commit 5b51646

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,12 @@ jobs:
6060
- "3.11"
6161
- "3.12"
6262
- "3.13"
63-
# Disable PyPy per https://github.com/python-websockets/websockets/issues/1581
64-
# - "pypy-3.10"
63+
- "pypy-3.10"
6564
is_main:
6665
- ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
67-
# exclude:
68-
# - python: "pypy-3.10"
69-
# is_main: false
66+
exclude:
67+
- python: "pypy-3.10"
68+
is_main: false
7069
steps:
7170
- name: Check out repository
7271
uses: actions/checkout@v4

0 commit comments

Comments
 (0)