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.