aboutsummaryrefslogtreecommitdiffstats
path: root/dev.ps1
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2018-03-31 23:45:33 +0200
committerGitHub <noreply@github.com>2018-03-31 23:45:33 +0200
commitb5c3883b7886a73043b6cc292ce4a51066ca260a (patch)
treef3cf47a1823a578e63a437bb095e0f16acbe7519 /dev.ps1
parent53827a36ae316a18e53502768d2c0e60142d3b0d (diff)
downloadmitmproxy-b5c3883b7886a73043b6cc292ce4a51066ca260a.tar.gz
mitmproxy-b5c3883b7886a73043b6cc292ce4a51066ca260a.tar.bz2
mitmproxy-b5c3883b7886a73043b6cc292ce4a51066ca260a.zip
Update dev.ps1
Diffstat (limited to 'dev.ps1')
-rw-r--r--dev.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/dev.ps1 b/dev.ps1
index ee0fc131..6193c5f6 100644
--- a/dev.ps1
+++ b/dev.ps1
@@ -1,8 +1,8 @@
$ErrorActionPreference = "Stop"
$pyver = python --version
-if($pyver -notmatch "3\.[5-9]") {
- Write-Warning "Unexpected Python version, expected Python 3.5 or above: $pyver"
+if($pyver -notmatch "3\.[6-9]") {
+ Write-Warning "Unexpected Python version, expected Python 3.6 or above: $pyver"
}
python -m venv .\venv --copies
@@ -17,4 +17,4 @@ echo @"
* Installed all dependencies into the virtualenv.
* Activated virtualenv environment.
-"@ \ No newline at end of file
+"@