-
Notifications
You must be signed in to change notification settings - Fork 783
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
Fix chrono deprecation warning #4785
Conversation
I think we need to bump |
Is that desirable because we only use this function in our test suite? |
The merge queue CI failed, see https://github.com/PyO3/pyo3/actions/runs/12264475737/job/34218435360#step:8:340 The Maybe we should open an issue in |
Ah, I didn't realize that they are only available in the lastest patch. In that case it really seems unfortunate to only support that version of |
|
@bschoenmaeckers hope you don't mind me pushing to your branch, I'd like to get CI unblocked today :) |
Go ahead! |
* Fix chrono deprecation warning * use allow(deprecated) instead --------- Co-authored-by: Nathan Goldbaum <[email protected]>
No description provided.