diff --git a/README.md b/README.md index 591cb073e..c3670ac77 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Python wheels are great. Building them across **Mac, Linux, Windows**, on **mult What does it do? ---------------- -| | macOS 10.6+ | manylinux i686 | manylinux x86_64 | Windows 32bit | Windows 64bit | -|---|---|---|---|---|---| -| Python 2.7 | ✅ | ✅ | ✅ | ✅¹ | ✅¹ | -| Python 3.5 | ✅ | ✅ | ✅ | ✅ | ✅ | -| Python 3.6 | ✅ | ✅ | ✅ | ✅ | ✅ | -| Python 3.7 | ✅ | ✅ | ✅ | ✅ | ✅ | -| Python 3.8 | ✅ | ✅ | ✅ | ✅ | ✅ | +| | macOS 10.6+ intel | macOS 10.9+ x86_64 | manylinux i686 | manylinux x86_64 | Windows 32bit | Windows 64bit | +|---|---|---|---|---|---|---| +| Python 2.7 | ✅ | | ✅ | ✅ | ✅¹ | ✅¹ | +| Python 3.5 | ✅ | | ✅ | ✅ | ✅ | ✅ | +| Python 3.6 | ✅ | | ✅ | ✅ | ✅ | ✅ | +| Python 3.7 | ✅ | | ✅ | ✅ | ✅ | ✅ | +| Python 3.8 | | ✅ | ✅ | ✅ | ✅ | ✅ | > ¹ Not supported on Travis @@ -314,6 +314,7 @@ The list of supported and currently selected build identifiers can be retrieved Examples: - Only build on Python 3.6: `CIBW_BUILD`:`cp36-*` - Skip building on Python 2.7 on the Mac: `CIBW_SKIP`:`cp27-macosx_10_6_intel` +- Skip building on Python 3.8 on the Mac: `CIBW_SKIP`:`cp38-macosx_10_9_x86_64` - Skip building on Python 2.7 on all platforms: `CIBW_SKIP`:`cp27-*` - Skip Python 2.7 on Windows: `CIBW_SKIP`:`cp27-win*` - Skip Python 2.7 on 32-bit Windows: `CIBW_SKIP`:`cp27-win32`