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 fe19534 commit 3b570e0Copy full SHA for 3b570e0
.github/workflows/ci.yml
@@ -139,7 +139,8 @@ jobs:
139
- name: Build
140
run: cargo build --features=${{env.features}} --verbose --target ${{ matrix.platform.rust-target }}
141
142
- - if: matrix.platform.os != 'windows-latest'
+ # uvloop doesn't compile under Windows or Python 3.11-dev
143
+ - if: ${{ matrix.platform.os != 'windows-latest' && matrix.python-version != "3.11-dev" }}
144
name: Install pyo3-asyncio test dependencies
145
run: |
146
python -m pip install -U uvloop
0 commit comments