mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
config: relax poetry Python version
Allow older Python versions to support older CI configs.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user