Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 07:51
· 4 commits to main since this release
  • 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.