Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set Minimum MacOS Target
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
run: |
echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
- name: Build wheels
env:
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ v15.0.0rc1
Major:

- Make ``SubtitleStream.decode()`` return the list of subtitles directly, making the API nicer.
- Drop support for MacOS 12 or under.
- Binary wheels: Remove libxml2 because of security concerns.
- Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.

Expand Down
Loading