File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 53
53
- name : Set Minimum MacOS Target
54
54
if : matrix.os == 'macos-13' || matrix.os == 'macos-14'
55
55
run : |
56
- echo "MACOSX_DEPLOYMENT_TARGET=12 .0" >> $GITHUB_ENV
56
+ echo "MACOSX_DEPLOYMENT_TARGET=13 .0" >> $GITHUB_ENV
57
57
- name : Build wheels
58
58
env :
59
59
CIBW_ARCHS : ${{ matrix.arch }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ v15.0.0rc1
22
22
Major:
23
23
24
24
- Make ``SubtitleStream.decode() `` return the list of subtitles directly, making the API nicer.
25
+ - Drop support for MacOS 12 or under.
25
26
- Binary wheels: Remove libxml2 because of security concerns.
26
27
- Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.
27
28
You can’t perform that action at this time.
0 commit comments