Build fix for v0.6.0
Closes #41.
I tested this on my machine for Python 3.9 and 3.10. This seems to work fine. Some of the workaround for my previous fork no longer seems necessary.
@ddmbr can you help run the internal checks and see if it works. If so, I suppose we can release lp v0.6 and I can update my projects to use Launchpad from PyPI.
Also @hartikainen
Any update on this? I'm happy to help e.g. testing this if that's useful.
@hartikainen I have started using this PR for my projects. You can find built wheels here https://github.com/ethanluoyc/launchpad/releases/tag/v0.6.0rc0
You can use these wheels for your requirements.txt like
dm-launchpad @ https://github.com/ethanluoyc/launchpad/releases/download/v0.6.0rc0/dm_launchpad-0.6.0rc0-cp39-cp39-manylinux2014_x86_64.whl
@ethanluoyc This is very useful, thanks! I had some issues building it myself - any chance you could do a quick python 3.12 wheel?