We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdfbd1 commit 5b51646Copy full SHA for 5b51646
.github/workflows/tests.yml
@@ -60,13 +60,12 @@ jobs:
60
- "3.11"
61
- "3.12"
62
- "3.13"
63
-# Disable PyPy per https://github.com/python-websockets/websockets/issues/1581
64
-# - "pypy-3.10"
+ - "pypy-3.10"
65
is_main:
66
- ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
67
-# exclude:
68
-# - python: "pypy-3.10"
69
-# is_main: false
+ exclude:
+ - python: "pypy-3.10"
+ is_main: false
70
steps:
71
- name: Check out repository
72
uses: actions/checkout@v4
0 commit comments