Skip to content

Commit 0ee755e

Browse files
committed
Fix README
1 parent bc6e118 commit 0ee755e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
This 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

1313
Building 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

1919
from the root of the source directory.

0 commit comments

Comments
 (0)