Skip to content

Commit 66912fb

Browse files
author
Bret McGuire
committed
Try running upgrade cibuildwheel on Windows 2022 (with Python 3.12 installed). We're seeing errors
when running on Windows 2019 due to the invocation of pipx actually using Python < 3.8.x which means we can't get access to the relevant version of cibuildwheel which enables Python 3.12 builds. We can probably fix this explicitly with pyenv (or equivalent) but it's probably easier to just try Windows 2022.
1 parent 5533c95 commit 66912fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels_win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: [workflow_dispatch]
44

55
jobs:
66
build_wheels_win:
7-
name: Build wheels on windows-2019
8-
runs-on: windows-2019
7+
name: Build wheels on windows-2022
8+
runs-on: windows-2022
99
env:
1010
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
1111
CIBW_SKIP: "*musllinux*"

0 commit comments

Comments
 (0)