File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33This project holds the recipe for building PyPI wheels for the [ xeus-python] ( https://github.com/jupyter-xeus/xeus-python ) project.
44
5- The continuous integration builds and tests wheels for
5+ The continuous integration builds and tests wheels for
66
7- - Linux (` manylinux2010_x86_64 ` ),
8- - OS X (` Xcode 9.4.1 ` ),
7+ - Linux (` manylinux2014_x86_64 ` ),
8+ - OS X (` Xcode 13.1.0 ` ),
99 - and Windows (x64).
1010
1111## Building the manylinux wheels
1212
1313Building the manylinux wheels requires ` docker ` . To build manylinux2010 wheels, clone the repository, and run:
1414
1515``` bash
16- docker run --rm -e PLAT=manylinux2010_x86_64 -v ` pwd` :/io quay.io/pypa/manylinux2010_x86_64 /io/scripts/build-wheels.sh
16+ docker run --rm -e PLAT=manylinux2014_x86_64 -v ` pwd` :/io quay.io/pypa/manylinux2014_x86_64 /io/scripts/build-wheels.sh
1717```
1818
1919from the root of the source directory.
You can’t perform that action at this time.
0 commit comments