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

Drop Python 3.7 and Python 3.8 in CI #120

Merged
merged 7 commits into from Apr 24, 2023
Merged

Conversation

cchwala
Copy link
Contributor

@cchwala cchwala commented Apr 24, 2023

CI failed for Python 3.8 after merging #119. It seems to be caused by pandas 2.0 stuff that is called from xarray. Since xarray dropped support for Python 3.8 (see pydata/xarray#7461) we will also do this since we heavily rely on xarray.

This should also be mentioned in the README.

@cchwala
Copy link
Contributor Author

cchwala commented Apr 24, 2023

Note that Python 3.11 is not supported yet by a numba package on conda-forge. Hence we only do CI for 3.9 and 3.10 now.

@cchwala cchwala merged commit 2d107e6 into master Apr 24, 2023
3 checks passed
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 this pull request may close these issues.

None yet

1 participant