diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a38af2c08..1de9f0036 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3cb6ecf0..b5ee063d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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.