Skip to content

Commit 256489b

Browse files
authored
Update Python version requirements in pyproject.toml
1 parent 98fc674 commit 256489b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 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.9",
20-
"Programming Language :: Python :: 3.10",
21-
"Programming Language :: Python :: 3.11",
19+
"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.9"
26+
python = "^3.12"
2727
httpx = ">=0.23,<1"
2828

2929
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)