igordejanovic / parglare

A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/
MIT License
136 stars 32 forks source link

Wider version range for click #142

Closed GabDug closed 2 years ago

GabDug commented 2 years ago

This MR simply extends the click dependency range, to include the 8.x series. Click 8.x dropped support for Python 2 and 3.5, which are not supported by parglare.

There does not seem to be other breaking changes in click that impact the pglr command.

This is needed as more and more packages require click 8.x, and will provide a workaround for #26.

Code review checklist

igordejanovic commented 2 years ago

LGTM. Thanks.