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
expose KNOWN_ARCHITECTURES as public API (#56)
- Add KNOWN_ARCHITECTURES frozenset to _py_info.py and export it from
the package's public API
- Expand normalize_isa() to also normalize i386 and i586 → x86
- Update test to reference the new constant instead of a hardcoded set
Co-authored-by: Rahul Devikar <[email protected]>