We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53827a3 commit b5c3883Copy full SHA for b5c3883
dev.ps1
@@ -1,8 +1,8 @@
1
$ErrorActionPreference = "Stop"
2
3
$pyver = python --version
4
-if($pyver -notmatch "3\.[5-9]") {
5
- 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"
6
}
7
8
python -m venv .\venv --copies
@@ -17,4 +17,4 @@ echo @"
17
* Installed all dependencies into the virtualenv.
18
* Activated virtualenv environment.
19
20
-"@
+"@
0 commit comments