sourceperl / pyModbusTCP

A simple Modbus/TCP library for Python
MIT License
297 stars 104 forks source link

0.2.1 Syntax Error #76

Closed SimoVeneri closed 2 months ago

SimoVeneri commented 10 months 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 10 months 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.