document why using python 3.9

This commit is contained in:
Kevin Hester committed 2024-06-25 10:25:58 -07:00
1 parent 7b18fd599c
commit b7f7a40192
1 file changed
+1 -1
+1 -1
View File
@@ -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"