Skip to content

Commit

Permalink
WARN about 3.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jan 9, 2023
1 parent 09e36ec commit 79e9371
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_python_3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
DEV_INSTALLER_ID: "Developer ID Installer: Clever DevOps Co. (9GQZ7KUFR6)"
DEV_APPLICATION_ID: "Developer ID Application: Clever DevOps Co. (9GQZ7KUFR6)"
NOTARY_PASS: ${{ secrets.NOTARY_PASS }}
PYTHON_VERSION: "3.9.16"
PYTHON_VERSION: "3.9.13"

on:
workflow_dispatch:
Expand Down Expand Up @@ -65,10 +65,13 @@ jobs:
Python ${{env.PYTHON_VERSION}} Framework
## Changes
- Upgraded Python to 3.9.16
- Upgraded Python to 3.9.13
**Note: Some of these updates may have breaking changes. Always test your code before deploying to production!**
Please see the `requirements_recommended.txt` for the current libraries being used.
## Security Notice
The official Python FTP does not currently provide macOS packages for Python 3.9.14 and higher. This means that this project cannot use the most recent version of Python 3.9 with all security updates. Proceed with caution when using this release.
${{ steps.changelog.outputs.changelog }}
Expand Down

0 comments on commit 79e9371

Please sign in to comment.