We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199127a commit 690e00eCopy full SHA for 690e00e
1 file changed
.github/workflows/wheels.yml
@@ -48,6 +48,10 @@ jobs:
48
if: matrix.os == 'windows-latest'
49
uses: ilammy/msvc-dev-cmd@v1
50
51
+ - uses: actions/setup-python@v5
52
+ with:
53
+ python-version: '3.11'
54
+
55
- name: Install cibuildwheel
56
run: |
57
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6
0 commit comments