Skip to content

Commit 9108fa5

Browse files
committed
Relax wording about published wheels
We publish whatever cibuildwheel builds, so let's not be explicit about which platforms and python versions we build wheels for. Signed-off-by: Rodrigo Tobar <[email protected]>
1 parent ab4b8b2 commit 9108fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Ijson is hosted in PyPI, so you should be able to install it via ``pip``::
4141
pip install ijson
4242

4343
Binary wheels are provided
44-
for major platforms (Linux, MacOS, Windows)
45-
and python versions (2.7, 3.5+).
44+
for major platforms
45+
and python versions.
4646
These are built and published automatically
4747
using `cibuildwheel <https://cibuildwheel.readthedocs.io/en/stable/>`_
4848
via Travis CI.

0 commit comments

Comments
 (0)