scrapinghub / python-crfsuite

A python binding for crfsuite
MIT License
769 stars 223 forks source link

Fix python version checks in install script #141

Closed Gerrit-K closed 2 years ago

Gerrit-K commented 2 years ago

Otherwise the then block would only be executed for python 3.10, with all other versions being ignored.

Refs #130, #131

kmike commented 2 years ago

Nice catch, thanks @Gerrit-K!

kmike commented 2 years ago

I'm merging the PR, but it'd be nice to investigating migrating all that to https://github.com/pypa/cibuildwheel.