chore: relax python version contraint

Allow python versions down to 3.7
This commit is contained in:
Laborratte5 2024-05-07 14:39:41 +02:00
parent 48697858ac
commit 424989a12e
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
2 changed files with 629 additions and 1105 deletions

1732
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ authors = ["Laborratte5 <rirussi.rr@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
python = "^3.7"
[tool.poetry.group.dev.dependencies]
adafruit-ampy = "^1.1.0"