add note about 3.6+
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ Platform-specific variants also available:<br/>
|
|||||||
#### Examples
|
#### Examples
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# use delvewheel on windows
|
# use delvewheel on windows (only works on Python 3.6+)
|
||||||
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
|
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
|
||||||
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
|
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user