dabeaz / sly

Sly Lex Yacc
Other
825 stars 109 forks source link

Python 3.6 minimum required #22

Closed egberts closed 5 years ago

egberts commented 5 years ago

Some folks are still using Debian 9 which defaults to only Python 3.5.x.

This repo requires a minimum of Python 3.6 due to f-multiline feature (print(f'oneline')).

Perhaps a little note stating this minimum requirement somewhere in the Wiki?

dabeaz commented 5 years ago

The README clearly states that Python 3.6 is required.

egberts commented 5 years ago

My greatest apology. I blame late night owl eyes. Thank you.