File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11Since version 1.11.0 Pycairo uses `Semantic Versioning <http://semver.org/>`__
22
3+ .. _v1.29.0:
4+
5+ 1.29.0 - 2025-11-11
6+ -------------------
7+
8+ * :meth:`ImageSurface.get_data`: Return empty memoryview for empty image :pr:`418`
9+ * :meth:`ImageSurface.create_for_data`: support empty images :pr:`419`
10+ * Drop support for Python 3.9 :pr:`428`
11+ * Drop support for PyPy 3.10
12+ * Support multi-phase init :pr:`413`
13+ * Experimental support for free-threaded Python :pr:`430` :pr:`429`
14+ * Update dependencies (libpng, pixman) for the Windows wheels :pr:`431`
15+ * build: add "no-x11" option to disable X11 surface support :pr:`432` :issue:`420`
16+ * dev: support uv for development :pr:`433`
17+
318.. _v1.28.0:
419
5201.28.0 - 2025-04-14
Original file line number Diff line number Diff line change 11project (
22 ' pycairo' , ' c' ,
3- version : ' 1.28.1 ' ,
3+ version : ' 1.29.0 ' ,
44 meson_version : ' >= 0.64.0' ,
55 license : ' LGPL-2.1-only OR MPL-1.1' ,
66 default_options : [
Original file line number Diff line number Diff line change 11[project ]
22name = " pycairo"
3- version = " 1.28.1 "
3+ version = " 1.29.0 "
44description = " Python interface for cairo"
55readme = " README.rst"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments