mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-27 08:30:05 +03:00
Merge pull request #6 from radarhere/ios-build
Remove pyproject.toml from test-sources, plus tweaks to script syntax and release note.
This commit is contained in:
commit
1676f718b5
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -84,7 +84,7 @@ fi
|
|||
# Define custom utilities
|
||||
source wheels/multibuild/common_utils.sh
|
||||
source wheels/multibuild/library_builders.sh
|
||||
if [ -z "$IS_MACOS" ]; then
|
||||
if [[ -z "$IS_MACOS" ]]; then
|
||||
source wheels/multibuild/manylinux_utils.sh
|
||||
fi
|
||||
|
||||
|
|
|
@ -80,18 +80,18 @@ Pillow only supports libavif 1.0.0 or later. In order to prevent errors when bui
|
|||
from source, if a user happens to have an earlier libavif on their system, Pillow will
|
||||
now ignore it.
|
||||
|
||||
iOS wheels
|
||||
^^^^^^^^^^
|
||||
|
||||
Pillow now provides wheels that can be used on iOS ARM64 devices, and on the iOS
|
||||
simulator on ARM64 and x86_64.
|
||||
|
||||
AVIF support in wheels
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Support for reading and writing AVIF images is now included in Pillow's wheels, except
|
||||
for Windows ARM64 and iOS. libaom is available as an encoder and dav1d as a decoder.
|
||||
|
||||
iOS
|
||||
^^^
|
||||
|
||||
Pillow now provides wheels that can be used on iOS ARM64 devices, and on the iOS
|
||||
simulator on ARM64 and x86_64. Currently, only Python 3.13 wheels are available.
|
||||
|
||||
Python 3.14 beta
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
@ -128,7 +128,6 @@ config-settings = "raqm=disable imagequant=disable platform-guessing=disable"
|
|||
test-sources = [
|
||||
"checks",
|
||||
"Tests",
|
||||
"pyproject.toml",
|
||||
"selftest.py",
|
||||
]
|
||||
test-command = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user