mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-28 06:31:32 +03:00
Merge branch 'main' into main
This commit is contained in:
commit
424168b69c
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
cibw_arch: arm64_iphoneos
|
||||
- name: "iOS arm64 simulator"
|
||||
platform: ios
|
||||
os: macos-latest
|
||||
os: macos-14
|
||||
cibw_arch: arm64_iphonesimulator
|
||||
- name: "iOS x86_64 simulator"
|
||||
platform: ios
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Master version for Pillow
|
||||
from __future__ import annotations
|
||||
|
||||
__version__ = "12.0.0.dev0"
|
||||
__version__ = "12.1.0.dev0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user