@@ -58,7 +58,7 @@ directory for source code.
5858
5959The images currently contain:
6060
61- - CPython 2.7, 3.4, 3.5 and 3.6 , installed in
61+ - CPython 2.7, 3.4, 3.5, 3.6 and 3.7 , installed in
6262 ``/opt/python/<python tag>-<abi tag> ``. The directories are named
6363 after the PEP 425 tags for each environment --
6464 e.g. ``/opt/python/cp27-cp27mu `` contains a wide-unicode CPython 2.7
@@ -99,16 +99,18 @@ $ PLATFORM=$(uname -m) TRAVIS_COMMIT=latest ./build.sh
9999
100100Example
101101-------
102+
102103An example project which builds 32- and 64-bit wheels for each Python interpreter
103104version can be found here: https://github.com/pypa/python-manylinux-demo.
104105
105106This demonstrates how to use these docker images in conjunction with auditwheel
106107to build manylinux-compatible wheels using the free `travis ci <https://travis-ci.org/ >`_
107- continuous integration service.
108+ continuous integration service.
108109
109- (NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110+ (NB: for the 32-bit images running on a 64-bit host machine, it's necessary to run
110111everything under the command line program `linux32 `, which changes reported architecture
111- in new program environment. See `this example invocation <https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml#L14 >`_)
112+ in new program environment. See `this example invocation
113+ <https://github.com/pypa/python-manylinux-demo/blob/master/.travis.yml#L14> `_)
112114
113115The PEP itself
114116--------------
0 commit comments