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 5353 - name : Set Minimum MacOS Target
5454 if : matrix.os == 'macos-13' || matrix.os == 'macos-14'
5555 run : |
56- echo "MACOSX_DEPLOYMENT_TARGET=12 .0" >> $GITHUB_ENV
56+ echo "MACOSX_DEPLOYMENT_TARGET=13 .0" >> $GITHUB_ENV
5757 - name : Build wheels
5858 env :
5959 CIBW_ARCHS : ${{ matrix.arch }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ v15.0.0rc1
2222Major:
2323
2424- Make ``SubtitleStream.decode() `` return the list of subtitles directly, making the API nicer.
25+ - Drop support for MacOS 12 or under.
2526- Binary wheels: Remove libxml2 because of security concerns.
2627- Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.
2728
You can’t perform that action at this time.
0 commit comments