Skip to content

Commit 8cc2a2f

Browse files
committed
Bump min pymodbus version
1 parent 91d90ae commit 8cc2a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
packages=find_namespace_packages(),
1313

1414
install_requires=[
15-
'pymodbus>=3.5.2',
15+
'pymodbus>=3.6',
1616
]
1717
)

0 commit comments

Comments
 (0)