pandas-dev / pandas Public
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
CI: Start Testing on Python 3.11 #47032
base: main
Are you sure you want to change the base?
Conversation
I think we already picked up 0.29.29 here(it compiles fine). I can try again with 0.29.30, but sadly these test failures look real. |
_get_overlap_public_nat_methods(Timestamp, True) | ||
+ _get_overlap_public_nat_methods(Timedelta, True) | ||
Timestamp, | ||
Timedelta | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you combine those four lines to a single line with (Timestamp, Timedelta),
, it conforms to black formatting and the linting error will go away (see the CI run).
- (
- Timestamp,
- Timedelta
- ),
+ (Timestamp, Timedelta),
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.It's that time of the year again.
Surprisingly, there are not a lot of failures this year.