Skip to content

Commit ca2c8c8

Browse files
committed
Drop support for MacOS 12 or under
1 parent 9d223f1 commit ca2c8c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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 }}

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ v15.0.0rc1
2222
Major:
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

0 commit comments

Comments
 (0)