coleifer/pysqlite3

Build wheels for macOS and Windows

edgarrmondragon opened this issue ยท 5 comments

The cibuildwheel project seems like a good option for this and seems easy enough to add to this repo.

What do you think?

If there's interest, I can start work on a PR ๐Ÿ™‚

Going to pass for now, thanks.

mihow commented

@edgarrmondragon would you be interested in starting a new fork? My colleagues really need a Windows version of this package so we can use the latest SQLite features on their systems. cibuildwheel seems like a great project.

@mihow yeah, something like a pysqlite3-wheels package that just pulls this repo and builds all the right wheels should be good enough for a lot of folks. I might be able to give it a try on the weekend.

Please have a look at my fork which builds wheels for all platforms using cibuildwheel.
https://github.com/Dobatymo/pysqlite3
https://pypi.org/project/pysqlite3-wheels/

mihow commented

Awesome, thanks @Dobatymo I will test your fork.