mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-20 10:44:22 +03:00
Build Python 3.14 on macOS 10.15 (#9234)
This commit is contained in:
commit
6d6f0496d9
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
|
@ -60,13 +60,13 @@ jobs:
|
|||
platform: macos
|
||||
os: macos-13
|
||||
cibw_arch: x86_64
|
||||
build: "cp3{12,13,14}*"
|
||||
build: "cp3{12,13}*"
|
||||
macosx_deployment_target: "10.13"
|
||||
- name: "macOS 10.15 x86_64"
|
||||
platform: macos
|
||||
os: macos-13
|
||||
cibw_arch: x86_64
|
||||
build: "pp3*"
|
||||
build: "{cp314,pp3}*"
|
||||
macosx_deployment_target: "10.15"
|
||||
- name: "macOS arm64"
|
||||
platform: macos
|
||||
|
|
Loading…
Reference in New Issue
Block a user