lihaoyi / macropy

Macros in Python: quasiquotes, case classes, LINQ and more!
3.28k stars 178 forks source link

Add Python 3.7 support to pypi macropy3, to fix `poetry add macropy3`? #96

Closed nyanpasu64 closed 5 years ago

nyanpasu64 commented 5 years ago

https://pypi.org/project/macropy3/ indicates that this supports 3.4 through 3.6.

The Poetry dependency manager takes this literally to indicate that macropy doesn't support Python 3.7, so poetry add macropy3 results in Could not find a matching version of package macropy3.

but it doesn't work under python 3.6 either, weird

poetry add --allow-prereleases macropy3