Skip to content

Commit 1676f71

Browse files
authored
Merge pull request #6 from radarhere/ios-build
Remove pyproject.toml from test-sources, plus tweaks to script syntax and release note.
2 parents 114ddd6 + ee0ac6c commit 1676f71

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fi
8484
# Define custom utilities
8585
source wheels/multibuild/common_utils.sh
8686
source wheels/multibuild/library_builders.sh
87-
if [ -z "$IS_MACOS" ]; then
87+
if [[ -z "$IS_MACOS" ]]; then
8888
source wheels/multibuild/manylinux_utils.sh
8989
fi
9090

docs/releasenotes/11.3.0.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@ Pillow only supports libavif 1.0.0 or later. In order to prevent errors when bui
8080
from source, if a user happens to have an earlier libavif on their system, Pillow will
8181
now ignore it.
8282

83-
iOS wheels
84-
^^^^^^^^^^
85-
86-
Pillow now provides wheels that can be used on iOS ARM64 devices, and on the iOS
87-
simulator on ARM64 and x86_64.
88-
8983
AVIF support in wheels
9084
^^^^^^^^^^^^^^^^^^^^^^
9185

9286
Support for reading and writing AVIF images is now included in Pillow's wheels, except
9387
for Windows ARM64 and iOS. libaom is available as an encoder and dav1d as a decoder.
9488

89+
iOS
90+
^^^
91+
92+
Pillow now provides wheels that can be used on iOS ARM64 devices, and on the iOS
93+
simulator on ARM64 and x86_64. Currently, only Python 3.13 wheels are available.
94+
9595
Python 3.14 beta
9696
^^^^^^^^^^^^^^^^
9797

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ config-settings = "raqm=disable imagequant=disable platform-guessing=disable"
128128
test-sources = [
129129
"checks",
130130
"Tests",
131-
"pyproject.toml",
132131
"selftest.py",
133132
]
134133
test-command = [

0 commit comments

Comments
 (0)