Allow newer python versions to test on MacOS mimicking Ubuntu workflows #293
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR
pydapto work with newer python version in both macOS and Windows env.python=3.10There was an earlier effort to update the python versions for testing workflow on #283. This PR essentially allows that to happen. However, this PR does not address the issue raised in #292 with
multiprocessing.Process and netcdf. But it allows for updated testing workflow by skipping tests that may fail on MacOS (there is no issue on Ubuntu / linux). A separate PR should address #292.Suggestions are welcome. This can also be a draft PR, but I do think that there is merit in updating the testing (python) environment, while also identifying the issues with MacOS and Windows