Skip to content

Commit 2ffa9e2

Browse files
authored
Limit to Python >= 3.9
1 parent 14ed072 commit 2ffa9e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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.8",
2019
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Topic :: Home Automation"
2322
]
2423

2524
[tool.poetry.dependencies]
26-
python = "^3.8"
25+
python = "^3.9"
2726
httpx = ">=0.19.0,<1"
2827

2928
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)