Skip to content

Commit 77b9e9d

Browse files
committed
Add allow-prereleases to windows CI to try and run 3.15
1 parent 55b3f1a commit 77b9e9d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-wheel-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ jobs:
277277
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
278278
with:
279279
python-version: ${{ matrix.PY_VER }}
280+
# TODO: remove allow-prereleases once 3.15 is officially supported
281+
allow-prereleases: ${{ startsWith(matrix.PY_VER, '3.15') }}
280282

281283
- name: Enable Scientific Python Nightly Wheels for Python 3.15
282284
if: ${{ startsWith(matrix.PY_VER, '3.15') }}

0 commit comments

Comments
 (0)