Skip to content

Commit 7355bb7

Browse files
authored
Update Python version to 3.12 and add 3.13, 3.14
1 parent 21e48e7 commit 7355bb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ classifiers = [
1616
"Operating System :: POSIX",
1717
"Topic :: Utilities",
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.10",
20-
"Programming Language :: Python :: 3.11",
2119
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2222
"Topic :: Home Automation"
2323
]
2424

2525
[tool.poetry.dependencies]
26-
python = "^3.10"
26+
python = "^3.12"
2727
httpx = ">=0.26,<1"
2828
yarl = "^1.8.0"
2929

0 commit comments

Comments
 (0)