We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0758d68 commit b56b927Copy full SHA for b56b927
1 file changed
pyproject.toml
@@ -12,7 +12,6 @@ classifiers = [
12
"Intended Audience :: Developers",
13
"Operating System :: OS Independent",
14
"Programming Language :: Python :: 3.14",
15
- "Programming Language :: Python :: 3.13",
16
"Topic :: Home Automation",
17
]
18
authors = [
@@ -25,7 +24,7 @@ maintainers = [
25
24
{ name = "CoMPaTech" },
26
{ name = "dirixmjm" }
27
28
-requires-python = ">=3.13.0"
+requires-python = ">=3.14.0"
29
dependencies = [
30
"aiofiles",
31
"crcmod",
0 commit comments