mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
document why using python 3.9
This commit is contained in:
1 parent
7b18fd599c
commit
b7f7a40192
1 file changed
+1
-1
+1
-1
@@ -7,7 +7,7 @@ license = "GPL-3.0-only"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9,<3.13" # was 3.7 for production but, 3.8 is needed for pytap2, 3.9 is needed for pandas, bleak requires a max of 3.13 for some reason
|
||||
python = "^3.9,<3.13" # 3.9 is needed for pandas, bleak requires a max of 3.13 for some reason
|
||||
pyserial = "^3.5"
|
||||
protobuf = ">=5.26.0"
|
||||
dotmap = "^1.3.30"
|
||||
|
||||
Reference in new issue
Block a user