drop support for Python 3.4 as it was EOL on 2019-03-16

This commit is contained in:
debugtalk
2019-07-13 01:25:43 +08:00
parent 4def628463
commit b43f9543a1
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ classifiers = [
include = ["CHANGELOG.md", "httprunner/templates/*"]
[tool.poetry.dependencies]
python = "~2.7 || ^3.4"
python = "~2.7 || ^3.5"
requests = "^2.14"
requests-toolbelt = "^0.9.1"
pyyaml = "^5.1"