Describe the bug
The package doesn't run on Python 3.7, throwing a SyntaxError on this line. This syntax was added in Python 3.8.
If the package is intentionally not compatible with older versions of Python, it should declare that so that pip won't install it in an environment where the code won't run.
To Reproduce
Attempt to run hikload or hikload-qt, regardless of arguments, on Python 3.7.
Additional context
Nothing particularly relevant.
Describe the bug
The package doesn't run on Python 3.7, throwing a SyntaxError on this line. This syntax was added in Python 3.8.
If the package is intentionally not compatible with older versions of Python, it should declare that so that
pipwon't install it in an environment where the code won't run.To Reproduce
Attempt to run
hikloadorhikload-qt, regardless of arguments, on Python 3.7.Additional context
Nothing particularly relevant.