Skip to content

Commit 0a5d483

Browse files
committed
release
1 parent 9c13062 commit 0a5d483

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
Since 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

523
1.26.1 - 2024-06-21

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
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: [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pycairo"
3-
version = "1.26.2"
3+
version = "1.27.0"
44
description = "Python interface for cairo"
55
readme = "README.rst"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)