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

CI: Start Testing on Python 3.11 #47032

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

lithomas1
Copy link
Member

@lithomas1 lithomas1 commented May 15, 2022

  • xref #46680 (Replace xxxx with the Github issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added an entry in the latest 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.

@EwoutH
Copy link
Contributor

@EwoutH EwoutH commented May 18, 2022

Thanks for the effort!

Cython 0.29.29 and 0.29.30 were released and NumPy bumped their Cython requirement on the main branch, so I think if you rebase this (and thereby trigger the CI again), it will come a bit further.

@lithomas1
Copy link
Member Author

@lithomas1 lithomas1 commented May 18, 2022

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.

@jreback jreback added the CI label May 18, 2022
_get_overlap_public_nat_methods(Timestamp, True)
+ _get_overlap_public_nat_methods(Timedelta, True)
Timestamp,
Timedelta
),
Copy link
Contributor

@EwoutH EwoutH May 24, 2022

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),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Python 3.11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants