jackdpage / python-gdtf

Python library for General Device Type Format
MIT License
4 stars 2 forks source link

python verion >= 3.8 needed #4

Open matthewwachter opened 3 years ago

matthewwachter commented 3 years ago

Probably worth adding a python version requirement into your setup.py file as your use of the walrus operator is only valid in version 3.8 and above.

python_requires=">=3.8",