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
Dropped support for Python 3.8 and 3.9 (EOL), require 3.10+
Updated Skia to chrome/m143 branch. Adapted code to use new SkPathBuilder API instead of the deprecated mutable SkPath API. No external changes for Python users (#81).
Build and upload .abi3 wheels that use CPython's Py_LIMITED_API: the same cp310-abi3-* wheel works with all Pythons >= 3.10 on the same platform/architecture. We went from 45 wheels down to 12.
Added support for finding skia using pkg-config to allow building skia-pathops using system or externally compiled libskia.
To enable that you must export BUILD_SKIA_FROM_SOURCE=0 environment varible to disable building embedded libskia from source (#54).