From db09cfc4a9839e29781b43a46f7b56ec2f5713e3 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 10 Apr 2017 22:58:05 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2685b518..c75881ea 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Space-separated list of dependencies required for running the tests. Example: `pytest` Example: `nose==1.3.7 moto==0.4.31` -| Environment variable: `CIBW_SKIP` | 🔶 coming soon 🔶 +| Environment variable: `CIBW_SKIP` | 🔶 [coming soon](https://github.com/joerick/cibuildwheel/issues/3) 🔶 | --- | --- Optional. @@ -149,7 +149,7 @@ You can also use shell-style globbing syntax (as per `fnmatch`) Example: `cp27-macosx_10_6_intel ` (don't build on Python 2 on Mac) Example: `cp27-win*` (don't build on Python 2.7 on Windows) -Example: `cp34-*` (don't build on Python 3.4) +Example: `cp34-* cp35-*` (don't build on Python 3.4 or Python 3.5) --