You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only run tests on the latest versions of Python and our dependent libraries. We should probably expand this to test multiple python versions. This should be doable through GitHub Actions, similar to how Metpy has done it.
I'm inclined to have us test the latest minor release for every Python version that we support (we are >=3.6 now). It might also be a good idea to test multiple versions of our libraries, but I see a less clear path forward on that.
@mgrover1 given your immense experience here, I'd be interested in hearing your opinion on this!
The text was updated successfully, but these errors were encountered:
With us accidentally breaking compatibility in #175, I've tagged this to be done in v1.5, which is when we drop support for <3.7.
On the same note, we could also test on operating systems other than Ubuntu, or have we deliberately chosen not to do so?
No particular reason, other than the Dockerfile was a copy/paste of something else I had done. We can add other linux OSes to our test suite, but given that we don't have any compiled code, it may be redundant.
Currently, we only run tests on the latest versions of Python and our dependent libraries. We should probably expand this to test multiple python versions. This should be doable through GitHub Actions, similar to how Metpy has done it.
I'm inclined to have us test the latest minor release for every Python version that we support (we are >=3.6 now). It might also be a good idea to test multiple versions of our libraries, but I see a less clear path forward on that.
@mgrover1 given your immense experience here, I'd be interested in hearing your opinion on this!
The text was updated successfully, but these errors were encountered: