kennethreitz / maya

Datetimes for Humans™
MIT License
3.41k stars 199 forks source link

Python 3.7 support #163

Closed impredicative closed 5 years ago

impredicative commented 5 years ago

Is Python 3.7 supported? I couldn't install it because I got a regex package installation error.

timofurrer commented 5 years ago

On what platform are you on? It works perfectly fine for me and travis as well: https://travis-ci.org/kennethreitz/maya/jobs/429542623

Could you please let us know about the exact error you get?

impredicative commented 5 years ago

I am on Ubuntu 16.04. Its an error compiling the regex package. I will follow up with that project if I can. I am basically glad to hear that it's supposed to work on Python 3.7. Thanks.