-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Milestone
Description
This is a consideration; currently with #448 we are building for every single Python version, as this is required for Python compatibility.
However, Python has a "Limited API" that is forward compatible for all versions starting from the version that an extension (packaged in a wheel) is built for.
SWIG appears to support this: swig/swig#1009
This would;
- decrease the amount of wheels needed to be built
- consequently; decrease CI build times
- make soar-sml binary releases forward-compatible with all Python versions that come after, even ones unknown at the time of release
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels