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