Skip to content

Commit f0c3cdf

Browse files
committed
CI: Remove non-working Windows build fix and disable the job.
1 parent 707c7e8 commit f0c3cdf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,18 @@ jobs:
146146

147147
matrix:
148148
os: [macos-13, windows-latest]
149-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14-dev", "3.14t-dev"]
149+
python-version:
150+
- "3.8"
151+
- "3.9"
152+
- "3.10"
153+
- "3.11"
154+
- "3.12"
155+
# Py3.13 currently fails to build on Windows:
156+
# https://discuss.python.org/t/heads-up-3-13-5-release-coming-soon/94535
157+
#- "3.13"
158+
- "3.13t"
159+
- "3.14-dev"
160+
- "3.14t-dev"
150161

151162
#include:
152163
# - python-version: "3.14-dev"
@@ -169,7 +180,7 @@ jobs:
169180
python -m pip install --pre -r requirements.txt
170181
171182
- name: Build wheels
172-
run: make ${{ matrix.python-version == '3.13' && 'CFLAGS="$CFLAGS -DPy_GIL_DISABLED=0"' || '' }} sdist wheel
183+
run: make sdist wheel
173184

174185
- name: Run slow tests
175186
run: make testslow

0 commit comments

Comments
 (0)