Unverified Commit b0df729c authored by Silvano Cerza's avatar Silvano Cerza Committed by GitHub

[skip changelog] Fix integration tests by setting a maximum python version (#1470)

parent 94a552d9
This diff is collapsed.
......@@ -5,7 +5,7 @@ description = "Project used to run integration tests for the Arduino CLI"
authors = []
[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8, <3.9.7"
pytest = "6.0.2"
simplejson = "3.17.0"
semver = "2.13.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment