mkaz / termgraph

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

update readme.md to accurately reflect supported python versions #68

Closed tayoogunbiyi closed 3 years ago

tayoogunbiyi commented 4 years ago

Termgraph uses f-strings in termgraph/termgraph.py", line 327 and this means py3.5 is not supported. F-strings were introduced in 3.6

tayoogunbiyi commented 4 years ago

https://docs.python.org/3/whatsnew/3.6.html - F strings

mkaz commented 3 years ago

Thanks for the contribution. :+1: I merged this PR in 46af0072cf0805bef3aa59ac4612c0b050ad4b21