PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
2.04k stars 470 forks source link

Add Python 3.9 to CI and classifiers #578

Closed grlee77 closed 3 years ago

rgommers commented 3 years ago

Let's drop Python 3.6 in a follow-up? Even NumPy is dropping it in the next release.

grlee77 commented 3 years ago

Let's drop Python 3.6 in a follow-up? Even NumPy is dropping it in the next release.

We did that previously in #559 :)

Do you mind if I add Python 3.9 wheels to the existing release or should we bump the version to do that? scikit-image is preparing a new release and PyWavelets is a dependency for it so I would like to get 5.9 wheels up

rgommers commented 3 years ago

We did that previously in #559 :)

That was incomplete then, the first TravisCI job on this PR uses 3.6, second one too.

Do you mind if I add Python 3.9 wheels to the existing release

That should be fine, please go for it!

grlee77 commented 3 years ago

That was incomplete then, the first TravisCI job on this PR uses 3.6, second one too

I think those got unintentionally added later when adding ARM builds. It seems to be fixed by #579