dabeaz / sly

Sly Lex Yacc
Other
825 stars 109 forks source link

Require python >= 3.6 in setup.py and include tests with release #25

Open costrouc opened 5 years ago

costrouc commented 5 years ago

setup.py now requires that it is installed on python 3.6 or greater.

Also wanted to include sly in the nix package manager one thing we try to do is include tests with each package so that it is easy to test.