@@ -58,7 +58,7 @@ directory for source code.
58
58
59
59
The images currently contain:
60
60
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
62
62
``/opt/python/<python tag>-<abi tag> ``. The directories are named
63
63
after the PEP 425 tags for each environment --
64
64
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
99
99
100
100
Example
101
101
-------
102
+
102
103
An example project which builds 32- and 64-bit wheels for each Python interpreter
103
104
version can be found here: https://github.com/pypa/python-manylinux-demo.
104
105
105
106
This demonstrates how to use these docker images in conjunction with auditwheel
106
107
to build manylinux-compatible wheels using the free `travis ci <https://travis-ci.org/ >`_
107
- continuous integration service.
108
+ continuous integration service.
108
109
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
110
111
everything 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> `_)
112
114
113
115
The PEP itself
114
116
--------------
0 commit comments