-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to cmarkgfm completely for rendering Markdown #68
Conversation
@di alternatives for Windows 2.7 users include:
|
I'm a bit baffled as to how this change caused the |
Figured it out. Fixed in 5e7c7d1 by just including |
@jonparrott have you tried compiling the Windows 2.7 wheels using mingwpy toolchain? |
@anthrotype nope, is there an easy way to do that with |
Aww it seems mingwpy is abandoned? |
yes, but it still works for 2.7. I use it like this in another project where I need c++11 stuff not available for MSVC2008 |
@anthrotype ah great. I've give that a shot this afternoon. Thank you! |
Thank you for the help @anthrotype! I got wheels working for Python 2.7 on Windows! @di this should be good to go. :) |
Follow up to #67.
Towards pypa/packaging-problems#126
Note: There are wheels forcmarkgfm
for basically everything but Python 2.7 on Windows. This is due to the hilariously ancient version of MSVC needed to compile the wheel andcmark
just outright being uncompilable as-is. Basically, users of 2.7 on Windows will not be able to usereadme_renderer
at all. As long as we're okay with that, this can merge.Wheels are available across Windows, Linux, and Mac for 2.7, 3.4, 3.5, and 3.6.