File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,9 @@ jobs:
223
223
224
224
prerel :
225
225
name : " Build pre-rel ${{ matrix.os }} ${{ matrix.py }} wheels"
226
- if : ${{ true }} # true when there are pre-rel, false when not.
226
+ # Our C extension uses internal fields, which are moving during the 3.11.0
227
+ # alpha phases. Don't pre-build wheels.
228
+ if : ${{ false }} # true when there are pre-rel, false when not.
227
229
runs-on : " ${{ matrix.os }}-latest"
228
230
strategy :
229
231
matrix :
Original file line number Diff line number Diff line change @@ -26,7 +26,11 @@ Unreleased
26
26
``ValueError: signal only works in main thread ``. This is now fixed, closing
27
27
`issue 1312 `_.
28
28
29
+ - Fix: releases no longer provide 3.11 alpha wheels. We use internal fields
30
+ which are moving during the alpha phase. Fixes `issue 1316 `_.
31
+
29
32
.. _issue 1312 : https://github.com/nedbat/coveragepy/issues/1312
33
+ .. _issue 1316 : https://github.com/nedbat/coveragepy/issues/1316
30
34
31
35
32
36
.. _changes_63 :
You can’t perform that action at this time.
0 commit comments