Docs wording edit

This commit is contained in:
Joe Rickerby
2020-03-23 22:16:47 +00:00
parent de4bf6dafe
commit 4b6df458fd
+3 -3
View File
@@ -294,9 +294,9 @@ Options: `pinned` `latest` `<your constraints file>`
Default: `pinned`
If `CIBW_DEPENDENCY_VERSIONS` is `pinned`, cibuildwheel uses versions of tools
like `pip`, `setuptools`, `virtualenv` that shipped with that release. This
represents a known-good set of dependencies, and is recommended for build
repeatability.
like `pip`, `setuptools`, `virtualenv` that were pinned with that release of
cibuildwheel. This represents a known-good set of dependencies, and is
recommended for build repeatability.
If set to `latest`, cibuildwheel will use the latest of these packages that
are available on PyPI. This might be preferable if these packages have bug