config: relax poetry Python version

Allow older Python versions to support older CI configs.
This commit is contained in:
Laurens Valk
2020-03-05 11:26:59 +01:00
parent ab44385275
commit e0ec45b58d
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ authors = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks
license = "MIT"
[tool.poetry.dependencies]
python = "^3.6.8"
python = "^3.5"
sphinx = "==1.7.9"
flake8 = "*"
sphinx-rtd-theme = "==0.4.3"