We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ed072 commit 2ffa9e2Copy full SHA for 2ffa9e2
pyproject.toml
@@ -16,14 +16,13 @@ classifiers = [
16
"Operating System :: POSIX",
17
"Topic :: Utilities",
18
"Programming Language :: Python :: 3",
19
- "Programming Language :: Python :: 3.8",
20
"Programming Language :: Python :: 3.9",
21
"Programming Language :: Python :: 3.10",
22
"Topic :: Home Automation"
23
]
24
25
[tool.poetry.dependencies]
26
-python = "^3.8"
+python = "^3.9"
27
httpx = ">=0.19.0,<1"
28
29
[tool.poetry.dev-dependencies]
0 commit comments