We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d2691 commit cf35353Copy full SHA for cf35353
.github/workflows/experimental_wheels.yml
@@ -53,6 +53,11 @@ jobs:
53
run: |
54
tar zxf *.tar.gz --strip-components=1
55
56
+
57
+ - uses: actions/setup-python@v5
58
+ with:
59
+ python-version: '3.11'
60
61
- name: Install cibuildwheel
62
63
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6
.github/workflows/wheels.yml
@@ -46,6 +46,11 @@ jobs:
46
47
48
49
50
51
52
0 commit comments