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

Check that our wheels are compatible with lxml wheels #319

Closed

Conversation

jonathangreen
Copy link
Contributor

Adds a new CI action that builds wheels, then tests the built wheels against the LXML wheels from PyPI for version 5.0. 5.1 and 5.2. This makes sure that our binary wheels are compatible with the lxml binary wheels.

This test showed that the wheels we are building are only compatible with lxml >= 5.0. Older versions fail in this test, since they are build against older versions of libxml2.

I made this a separate workflow, but these tests could also be incorporated into new step in the wheels.yml workflow.

@jimjag jimjag self-assigned this May 6, 2024
@jonathangreen
Copy link
Contributor Author

Closing this one since it hasn't seen any recent activity. Feel free to reopen if it is actually useful to anyone.

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

Successfully merging this pull request may close these issues.

2 participants