stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
254 stars 94 forks source link

has python 3.6 support been dropped? #285

Closed chrisbeardy closed 2 years ago

chrisbeardy commented 2 years ago

I get the follwing error using python 3.6:

Traceback (most recent call last):
  File "C:/Users/chrisb/GitWS/pyadsStructureNotificationTest/main.py", line 1, in <module>
    import pyads
  File "C:\Users\chrisb\GitWS\pyadsStructureNotificationTest\venv\lib\site-packages\pyads\__init__.py", line 10, in <module>
    from .ads import (
  File "C:\Users\chrisb\GitWS\pyadsStructureNotificationTest\venv\lib\site-packages\pyads\ads.py", line 8
    from __future__ import annotations
    ^
SyntaxError: future feature annotations is not defined
chrisbeardy commented 2 years ago

looks like the last version to support python 3.6 is 3.3.4

stlehmann commented 2 years ago

Yes, confirm. Python 3.6 is not supported anymore.