Browse Source

Update Python build version to 3.9.7

pull/1951/head
Safihre 4 years ago
parent
commit
82268b58e2
  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.5
PYTHON_VERSION: 3.9.7
MACOSX_DEPLOYMENT_TARGET: 10.9
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save