Skip to content

Commit 47c69be

Browse files
Update pyproject.toml
Loosen requirement on pyserial
1 parent 057781b commit 47c69be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-embedded-serial/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires-python = ">=3.7"
3232

3333
dependencies = [
3434
"pytest-embedded~=1.16.0",
35-
"pyserial~=3.0",
35+
"pyserial~=3",
3636
]
3737

3838
[project.urls]

0 commit comments

Comments
 (0)