Closed nyanpasu64 closed 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.
poetry add macropy3
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
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, sopoetry add macropy3
results inCould not find a matching version of package macropy3
.but it doesn't work under python 3.6 either, weird
poetry add --allow-prereleases macropy3