From 46f8901b8cf46769f62b7268117d2e60fc785c00 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 31 Mar 2018 17:25:21 +0200 Subject: Python 3.5 is dead -- long live Python 3.6! fixes #2266 --- release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/README.md') diff --git a/release/README.md b/release/README.md index b2f97aab..0e9c373b 100644 --- a/release/README.md +++ b/release/README.md @@ -27,7 +27,7 @@ Make sure run all these steps on the correct branch you want to create a new rel - Create a new branch based of master for major versions. - Update the dependencies in [alpine/requirements.txt](https://github.com/mitmproxy/docker-releases/commit/3d6a9989fde068ad0aea257823ac3d7986ff1613#diff-9b7e0eea8ae74688b1ac13ea080549ba) * Creating a fresh venv, pip-installing the new wheel in there, and then export all packages: - * `virtualenv -ppython3.5 venv && source venv/bin/activate && pip install mitmproxy && pip freeze` + * `virtualenv -ppython3.6 venv && source venv/bin/activate && pip install mitmproxy && pip freeze` - Tag the commit with the correct version * `2.0.0` for new major versions * `2.0.2` for new patch versions -- cgit v1.2.3