Commit 66912fb
Bret McGuire
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments