Skip to content

Commit

Permalink
Merge pull request #5 from carlosperate/pyserial-min-ver
Browse files Browse the repository at this point in the history
Set PySerial minimum version to 3.5 in setup.py.
  • Loading branch information
tannewt committed Jun 7, 2021
2 parents b6690a0 + 520b002 commit b6ed0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
author="Adafruit Industries",
author_email="circuitpython@adafruit.com",
install_requires=[
"pyserial",
"pyserial~=3.5",
],
# Choose your license
license="MIT",
Expand Down

0 comments on commit b6ed0c8

Please sign in to comment.