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

Python 3.13 wheel builds are failing #59426

Closed
EwoutH opened this issue Aug 6, 2024 · 2 comments
Closed

Python 3.13 wheel builds are failing #59426

EwoutH opened this issue Aug 6, 2024 · 2 comments

Comments

@EwoutH
Copy link
Contributor

EwoutH commented Aug 6, 2024

When testing the wheels, about 80 of these types of errors happen, on Python 3.13 only:

  >       assert isinstance(left, ExtensionArray), "left is not an ExtensionArray"
  E       AssertionError: left is not an ExtensionArray

See any recent build on the main branch (like this one, full raw log) for more details.

It might be something to do with the ExtensionArray, since that seems to be the common theme in the errors.

It seems this was the last passing wheel build, which ran on July 26th. It did include successful Python 3.13 wheel builds.

@EwoutH EwoutH mentioned this issue Aug 6, 2024
5 tasks
@lysnikolaou
Copy link
Contributor

This is a duplicate of #59372.

@EwoutH
Copy link
Contributor Author

EwoutH commented Aug 6, 2024

Sorry, didn't see that one.

@EwoutH EwoutH closed this as not planned Won't fix, can't repro, duplicate, stale Aug 6, 2024
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

No branches or pull requests

2 participants