nightlark / swig-pypi

pip install swig. SWIG Python wheel for PyPI.
Apache License 2.0
12 stars 4 forks source link

Fix minimum bison version, c++11 standard, and Windows powershell related build errors #113

Closed nightlark closed 7 months ago

nightlark commented 8 months ago

Several things broke, most due to changes in swig, but also a coincidental change to the GHA VM runners for Windows that updated to a new version of Powershell broke cibuildwheel.

This PR should address all the issues required to complete #111.