aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-03-31 17:13:24 +1300
committerAldo Cortesi <aldo@corte.si>2018-04-01 09:46:32 +1200
commitd9752c90f97f6ee7f2283ddafe3cde2553230789 (patch)
treeff896361de65461bf9fe8ac453083615c1bf79ba /release
parent976b2018a3fc320272ac4f588250977fc08cf9b5 (diff)
downloadmitmproxy-d9752c90f97f6ee7f2283ddafe3cde2553230789.tar.gz
mitmproxy-d9752c90f97f6ee7f2283ddafe3cde2553230789.tar.bz2
mitmproxy-d9752c90f97f6ee7f2283ddafe3cde2553230789.zip
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.
Diffstat (limited to 'release')
-rw-r--r--release/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/README.md b/release/README.md
index 0e9c373b..aaac8b0c 100644
--- a/release/README.md
+++ b/release/README.md
@@ -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