Skip to content

CI update workflow#260

Open
gampnico wants to merge 13 commits intofmaussion:masterfrom
gampnico:ci-update-workflow
Open

CI update workflow#260
gampnico wants to merge 13 commits intofmaussion:masterfrom
gampnico:ci-update-workflow

Conversation

@gampnico
Copy link

@gampnico gampnico commented Mar 13, 2026

@gampnico gampnico mentioned this pull request Mar 17, 2026
3 tasks
@gampnico
Copy link
Author

Some notes:

  • I have set minimum ranges for pandas>=2.0 and numpy>=2.0. Pandas 3.0 is only supported for python 3.11+.
  • bottleneck is listed as a dependency for the docs, but does not appear to be imported. Could this be removed?
  • I have decided to keep the current CI requirements file as installing directly using pyproject would require separate optional dependency groups for a single package.

@fmaussion
Copy link
Owner

I have set minimum ranges for pandas>=2.0 and numpy>=2.0. Pandas 3.0 is only supported for python 3.11+.

OK, but this won't change anything in the tests since we don't enforce it there?

@gampnico
Copy link
Author

I have set minimum ranges for pandas>=2.0 and numpy>=2.0. Pandas 3.0 is only supported for python 3.11+.

OK, but this won't change anything in the tests since we don't enforce it there?

Good catch, I missed that.

@gampnico
Copy link
Author

Are we still maintaining support for Python 3.9 if it's no longer tested as part of the CI?

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.

Refactor: Update CI workflow

2 participants