add note about 3.6+

This commit is contained in:
Joe Rickerby
2021-04-23 10:59:07 +01:00
parent 9c797c271b
commit 940b48f7e6
+1 -1
View File
@@ -444,7 +444,7 @@ Platform-specific variants also available:<br/>
#### Examples
```yaml
# use delvewheel on windows
# use delvewheel on windows (only works on Python 3.6+)
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"