Skip to content

Commit

Permalink
Update for python3.9 (#34)
Browse files Browse the repository at this point in the history
* Update pytest pin

Use the same pytest pin as spacy

* Add python3.9 to CI

* Set version to 2.3.1

* Update README
  • Loading branch information
adrianeboyd authored Oct 29, 2020
1 parent 360ccbb commit baa86c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ wheel.

> ⚠️ Note that `v2.x` is only compatible with **Python 3.6+**. For 2.7+ compatibility, use `v1.x`.
`srsly` can be installed from pip:
`srsly` can be installed from pip. Before installing, make sure that your `pip`,
`setuptools` and `wheel` are up to date.

```bash
pip install -U pip setuptools wheel
pip install srsly
```

Expand Down
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
Python38Mac:
imageName: 'macos-10.14'
python.version: '3.8'
Python39Linux:
imageName: 'ubuntu-16.04'
python.version: '3.9'
Python39Windows:
imageName: 'vs2017-win2016'
python.version: '3.9'
Python39Mac:
imageName: 'macos-10.14'
python.version: '3.9'
maxParallel: 4
pool:
vmImage: $(imageName)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development requirements
cython>=0.29.1,<0.30.0
pytest>=4.0.0,<5.0.0
pytest>=4.6.5
pytest-timeout>=1.3.3,<2.0.0
mock>=2.0.0,<3.0.0
numpy>=1.15.0
2 changes: 1 addition & 1 deletion srsly/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.3.1"

0 comments on commit baa86c8

Please sign in to comment.