summaryrefslogtreecommitdiff
path: root/.github/workflows/kit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/kit.yml')
-rw-r--r--.github/workflows/kit.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 93d235ef..60b9e353 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -223,7 +223,9 @@ jobs:
prerel:
name: "Build pre-rel ${{ matrix.os }} ${{ matrix.py }} wheels"
- if: ${{ true }} # true when there are pre-rel, false when not.
+ # Our C extension uses internal fields, which are moving during the 3.11.0
+ # alpha phases. Don't pre-build wheels.
+ if: ${{ false }} # true when there are pre-rel, false when not.
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix: