Skip to content

CI update workflow#260

Open
gampnico wants to merge 16 commits into
fmaussion:masterfrom
gampnico:ci-update-workflow
Open

CI update workflow#260
gampnico wants to merge 16 commits into
fmaussion:masterfrom
gampnico:ci-update-workflow

Conversation

@gampnico

@gampnico gampnico commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

@gampnico

Copy link
Copy Markdown
Contributor 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
Copy Markdown
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
Copy Markdown
Contributor 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
Copy Markdown
Contributor Author

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

@fmaussion

Copy link
Copy Markdown
Owner

no I'd rather not

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