Skip to content

Commit bc05c3c

Browse files
authored
Upgrade Python to 3.13
Updated Python version requirement from 3.12 to 3.13.
1 parent 8c70dc8 commit bc05c3c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ classifiers = [
1616
"Operating System :: POSIX",
1717
"Topic :: Utilities",
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.12",
2019
"Programming Language :: Python :: 3.13",
2120
"Programming Language :: Python :: 3.14",
2221
"Topic :: Home Automation"
2322
]
2423

2524
[tool.poetry.dependencies]
26-
python = "^3.12"
25+
python = "^3.13"
2726
httpx = ">=0.28,<1"
2827
yarl = "^1.8.0"
2928

0 commit comments

Comments
 (0)