mkaz / termgraph

a python command-line tool which draws basic graphs in the terminal
MIT License
3.14k stars 165 forks source link

Annotations support only works in Python3.7+, not 3.5+ as specified in the docs #84

Closed neil-greenwood closed 3 years ago

neil-greenwood commented 3 years ago

https://www.python.org/dev/peps/pep-0563/#enabling-the-future-behavior-in-python-3-7

README.md states that the minimum version is Python 3.5+, but that is incorrect.

neil-greenwood commented 3 years ago

❤️ Thanks for the speedy update!

mkaz commented 3 years ago

Thanks @neil-greenwood for the report 👍