aboutsummaryrefslogtreecommitdiffstats
path: root/dev.ps1
diff options
context:
space:
mode:
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
+"@