I've just gotten around to looking at migrating a project to Python 3.11 and upon `pip install -r requirements-dev.txt` I'm seeing there are no lxml Python 3.11 wheels on PyPi, which leads to `pip` trying to compile it locally, and I of course don't have the requirements installed.
Whilst I could address the latter for my local environment that won't help with building on GitHub for releases (we use `lxml` specifically to build a WiX configuration file for the building an installer). Any timeline on making Python 3.11 wheels available ? _______________________________________________ lxml - The Python XML Toolkit mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/lxml.python.org/ Member address: [email protected]
