File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-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.27.0:
4+
5+ 1.27.0 - 2024-09-06
6+ -------------------
7+
8+ This release only contains build related changes/fixes and no API changes.
9+
10+ * Drop support for Python 3.8
11+ * Add Windows wheels for Python 3.13
12+ * Updated cairo in Windows wheels from 1.18.0 to 1.18.2
13+ * Port PEP517/wheel build from setuptools to meson-python. This means setup.py
14+ is gone. System packagers should not switch to wheel builds and continue using
15+ meson directly.
16+ * meson: install the package metadata to .dist-info/METADATA instead of .egg-info
17+ * Drop arm64 Windows wheels again. pypa/cibuildwheel does not support cross
18+ compiling with meson-python. They might be added back in the future if GitHub
19+ Actions gains a native Windows runner with arm64 support.
20+
321.. _v1.26.1:
422
5231.26.1 - 2024-06-21
Original file line number Diff line number Diff line change 11project (
22 ' pycairo' , ' c' ,
3- version : ' 1.26.2 ' ,
3+ version : ' 1.27.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.26.2 "
3+ version = " 1.27.0 "
44description = " Python interface for cairo"
55readme = " README.rst"
66requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments