BLD: pin cython language level to '2'#451
BLD: pin cython language level to '2'#451tacaswell wants to merge 1 commit intoPyWavelets:masterfrom
Conversation
This is a simpler alternative to PyWavelets#435
|
Given that the next version of cython is going to change the default, it may be worth doing a bug-fix release with this change? |
|
This change is cleaner than gh-434, but I'd say we should pin it to @tacaswell are the warnings bothering you somehow? It's not really a bug, just a build-time warning |
|
I have a script the builds master branch of the whole stack. Without this patch pywt does not build against cython master. |
|
To clarify, on cython master they now default to lanugage level "3str". |
|
I agree adding |
|
sounds good to me |
as suggested by tacaswell in PyWaveletsgh-451
as suggested by tacaswell in PyWaveletsgh-451
|
Allright, merged gh-434 which has the |
|
Great! It may still be worth putting this change in a bug fix release. |
|
Yeah, that is a good idea. I made a PR of this commit vs. the 1.0.x branch in #454. |
This is a simpler alternative to
#435