mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-26 01:51:29 +08:00
change: create python venv with httprunner minimum version v4.3.5
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
**go version**
|
||||
|
||||
- change: create python venv with httprunner minimum version v4.3.5
|
||||
- fix #1603: ensure path suffix '/' exists
|
||||
|
||||
**python version**
|
||||
|
||||
@@ -8,4 +8,4 @@ import (
|
||||
var VERSION string
|
||||
|
||||
// httprunner python version
|
||||
const HttpRunnerMinimumVersion = "v4.3.0"
|
||||
const HttpRunnerMinimumVersion = "v4.3.5"
|
||||
|
||||
Reference in New Issue
Block a user