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

Upgrade Pandas Version to ensure compatibility with Python 3.12 #5793

Conversation

wxtim
Copy link
Member

@wxtim wxtim commented Oct 27, 2023

It looks like Python 3.12 is incompatible with Pandas < 2.1.1 - As a result CI workflows like this one fail.

This ticket on pandas dev details the process of making Pandas compatible with Python 3.12.

I've done some manual testing, but I cannot find any automated tests to check this change against. Have I missed any @trwhitcomb ?

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Dependency changes only. Test by installing on Python 3.12
  • CHANGES.md entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@wxtim wxtim self-assigned this Oct 27, 2023
@wxtim wxtim added this to the cylc-8.3.0 milestone Oct 27, 2023
@wxtim wxtim marked this pull request as draft October 27, 2023 09:26
@wxtim
Copy link
Member Author

wxtim commented Oct 27, 2023

Effectively replaced by #5794

@wxtim wxtim closed this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant