Skip to content

Commit 24ab705

Browse files
committed
Remove high limit on pyserial dependency
1 parent e4eb141 commit 24ab705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Topic :: Home Automation",
2929
"Topic :: Software Development :: Libraries",
3030
]
31-
dependencies = ["pyserial>=3.4,<4"]
31+
dependencies = ["pyserial>=3.4"]
3232

3333
urls = { Homepage = "https://github.com/mvdwetering/ynca" }
3434

0 commit comments

Comments
 (0)