Skip to content

Commit 1e62b3c

Browse files
committed
Disable PyPy in CI.
Refs #1581.
1 parent 919cd92 commit 1e62b3c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)