mkleehammer / pyodbc

Python ODBC bridge
https://github.com/mkleehammer/pyodbc/wiki
MIT No Attribution
2.88k stars 561 forks source link

Don't build MacOS ARM64 distributions #1247

Closed keitherskine closed 11 months ago

keitherskine commented 11 months ago

The MacOS ARM64 distribution files from CIBUILDWHEEL are not working and I don't know why. I was hoping they would eventually work with newer versions of cibuildwheel, etc. but that doesn't appear to be the case. Hence, I'd like to remove the MacOS ARM64 distribution builds from Github Actions.

We will have to figure out a different way of generating the MacOS ARM64 distribution files. (FYI, I personally don't have access to an ARM64 MacOS laptop so my options are limited.) Meanwhile, users will have to build their pip installations from source, which is what we recommend anyway.

Also, other tidy ups to the Github Action config files.