Remove support for Python 3.5

There are a number of significant improvements in Python3.6 - especially in
asyncio - that makes ditching Python 3.5 compelling. The next Ubuntu LTS will
be released before the next version of mitmproxy, and will include Python 3.6
in base.

This patch removes support for testing under Python 3.5 and changes our
documentation. There are deeper changes in the type system and so forth that we
will make over time.
This commit is contained in:
Aldo Cortesi 2018-03-31 17:13:24 +13:00 committed by Aldo Cortesi
parent 976b2018a3
commit d9752c90f9
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ Make sure run all these steps on the correct branch you want to create a new rel
- Update CHANGELOG
- Verify that all CI tests pass
- Tag the release and push to Github
- For alphas, betas, and release candidates, use lightweight tags.
- For alphas, betas, and release candidates, use lightweight tags.
This is necessary so that the .devXXXX counter does not reset.
- For final releases, use annotated tags.
- For final releases, use annotated tags.
This makes the .devXXXX counter reset.
- Wait for tag CI to complete