chore: relax python version contraint
Allow python versions down to 3.7
This commit is contained in:
parent
48697858ac
commit
424989a12e
2 changed files with 629 additions and 1105 deletions
1732
poetry.lock
generated
1732
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -6,7 +6,7 @@ authors = ["Laborratte5 <rirussi.rr@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.12"
|
python = "^3.7"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
adafruit-ampy = "^1.1.0"
|
adafruit-ampy = "^1.1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue