diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index f33e55f..3d928a8 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -73,7 +73,7 @@ jobs: # We need the official Python, because the GA ones only support newer macOS versions # The deployment target is picked up by the Python build tools automatically # If updated, make sure to also set LSMinimumSystemVersion in SABnzbd.spec - PYTHON_VERSION: 3.9.5 + PYTHON_VERSION: 3.9.7 MACOSX_DEPLOYMENT_TARGET: 10.9 steps: - uses: actions/checkout@v2