v0.4.0
Breaking Changes
- C-FFI bindings are now generated at runtime, rather than at installation. This was done to avoid common installation issues like
ModuleNotFoundError: No module named 'pangocairocffi._generated'
. This change does mean the bindings are re-compiled the first timeimport pangocairocffi
is called in a python session, but it takes less than a second to do this. If there are any issues with this change, please raise an issue in the issue tracker. #17 - pangocairocffi now depends on pangocffi v0.8.0. Older versions are not compatible. #17
- Support for Python 3.5 has been dropped because it has reached end-of-life. #18