Browse Source

macOS Python set to 3.9.5

pull/1896/head
Safihre 4 years ago
parent
commit
49f21e2c9d
  1. 2
      .github/workflows/build_release.yml

2
.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.4
PYTHON_VERSION: 3.9.5
MACOSX_DEPLOYMENT_TARGET: 10.9
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save