Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for python3.9 #34

Merged
merged 4 commits into from Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
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
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
@@ -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
@@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.3.1"