From d9752c90f97f6ee7f2283ddafe3cde2553230789 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 31 Mar 2018 17:13:24 +1300 Subject: 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. --- release/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/README.md') 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 -- cgit v1.2.3