You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes to allow build artifacts
- Removed a delegating ctor which fails on macOS gcc with error "delegating constructors are
permitted only in C++11".
- Add version to toml file, required by cibuildwheel (and pyproject.toml specification, I
think) and have setup.py file extract it dynamically so we only have to maintain one. I need
to determine if the setup keywords are even required or if it will pick up items from the
toml file.