sourceperl / pyModbusTCP

A simple Modbus/TCP library for Python
MIT License
308 stars 106 forks source link

0.2.1 Syntax Error #76

Closed SimoVeneri closed 4 months ago

SimoVeneri commented 1 year ago

0.2.1 has introduced this error:

File "/usr/local/lib/python3.5/dist-packages/pyModbusTCP/client.py", line 30 conformity_level int = 0 ^ SyntaxError: invalid syntax

sourceperl commented 1 year ago

It looks like you are trying to run pyModbusTCP on an unsupported version of Python. Python 3.5 reached end of life in 2020, pyModbusTCP is currently testing on Python 3.7 to 3.11.