We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ExtensionArray
It seems this was the last passing wheel build, which ran on July 26th. It did include successful Python 3.13 wheel builds.
The text was updated successfully, but these errors were encountered:
This is a duplicate of #59372.
Sorry, something went wrong.
Sorry, didn't see that one.
No branches or pull requests
When testing the wheels, about 80 of these types of errors happen, on Python 3.13 only:
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.
The text was updated successfully, but these errors were encountered: