change: create python venv with httprunner minimum version v4.3.5

This commit is contained in:
lilong.129
2023-07-23 14:58:22 +08:00
parent 5462190f63
commit d04609529c
2 changed files with 2 additions and 1 deletions

View File

@@ -8,4 +8,4 @@ import (
var VERSION string
// httprunner python version
const HttpRunnerMinimumVersion = "v4.3.0"
const HttpRunnerMinimumVersion = "v4.3.5"