This release drops support for Python 3.8 and adds support for Python 3.13.
You can install this version using;
pip install zint-bindings==1.2.0
Changes
- Dropped binary support for Python 3.8;
- Added binary support for Python 3.13;
- Renamed
show_hrt
property toshow_text
for clarity and consistency with other names.show_hrt
remains as an alias; - Added small clarifications to the manual building process.