Skip to content
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

Expand test matrix to include python 3.9 #228

Closed
6 tasks done
kandersolar opened this issue Oct 26, 2020 · 1 comment · Fixed by #249
Closed
6 tasks done

Expand test matrix to include python 3.9 #228

kandersolar opened this issue Oct 26, 2020 · 1 comment · Fixed by #249

Comments

@kandersolar
Copy link
Member

kandersolar commented Oct 26, 2020

Python 3.9.0 was released recently. It would be good to verify that RdTools has no issues running on it and add 3.9 to our CI test matrix. CIs are starting to support 3.9:

However, our dependencies haven't all released wheels for 3.9 yet (see the numpy news post on Sep 14 2020: https://numpy.org/news/)

Cristoph Gohlke has released windows 3.9 wheels, interestingly: https://www.lfd.uci.edu/~gohlke/pythonlibs/

I'm -1 on trying to support 3.9 until the core pydata packages release wheels for it, otherwise we'll be spending an eternity compiling them from source. I'm guessing not many people will want to use RdTools on 3.9 until those packages release wheels anyway. When those wheels get rolled out we can take another look at officially supporting 3.9.

@kandersolar
Copy link
Member Author

I cobbled together a windows py3.9.0 environment using Cristoph Gohlke's wheels with the exception of h5py. All tests passed (except the clear-sky temperature file, of course). ✔️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants