shawnbrown / datatest

Tools for test driven data-wrangling and data validation.
Other
294 stars 13 forks source link

Fix syntax of `python_requires` #57

Closed ajhynes7 closed 2 years ago

ajhynes7 commented 2 years ago

>=2.6.* isn't valid syntax for python_requires(see PEP 440).

This was causing an alpha release of Poetry to fail to install this package. I think they're going to fix it in future releases, but regardless it'd be helpful if this syntax was fixed.

shawnbrown commented 2 years ago

Thanks for this fix!

ajhynes7 commented 2 years ago

You're welcome, thanks for merging it!