Update version requirements [ci skip]

This commit is contained in:
Ines Montani 2019-03-21 10:23:54 +01:00
parent 764359c952
commit 0712efc6b3
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ For detailed installation instructions, see the
[documentation](https://spacy.io/usage).
- **Operating system**: macOS / OS X · Linux · Windows (Cygwin, MinGW, Visual Studio)
- **Python version**: Python 2.7, 3.4+ (only 64 bit)
- **Python version**: Python 2.7, 3.5+ (only 64 bit)
- **Package managers**: [pip] · [conda] (via `conda-forge`)
[pip]: https://pypi.python.org/pypi/spacy

View File

@ -8,7 +8,7 @@ menu:
- ['Changelog', 'changelog']
---
spaCy is compatible with **64-bit CPython 2.7+/3.4+** and runs on
spaCy is compatible with **64-bit CPython 2.7+/3.5+** and runs on
**Unix/Linux**, **macOS/OS X** and **Windows**. The latest spaCy releases are
available over [pip](https://pypi.python.org/pypi/spacy) and
[conda](https://anaconda.org/conda-forge/spacy).