We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c70dc8 commit bc05c3cCopy full SHA for bc05c3c
1 file changed
pyproject.toml
@@ -16,14 +16,13 @@ classifiers = [
16
"Operating System :: POSIX",
17
"Topic :: Utilities",
18
"Programming Language :: Python :: 3",
19
- "Programming Language :: Python :: 3.12",
20
"Programming Language :: Python :: 3.13",
21
"Programming Language :: Python :: 3.14",
22
"Topic :: Home Automation"
23
]
24
25
[tool.poetry.dependencies]
26
-python = "^3.12"
+python = "^3.13"
27
httpx = ">=0.28,<1"
28
yarl = "^1.8.0"
29
0 commit comments