From d9ac93d9e2773aa2c9155bd021efef8571ac65c6 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Mon, 9 Jan 2023 17:04:45 -0600 Subject: [PATCH] more info --- .github/workflows/build_python_3.9.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_python_3.9.yml b/.github/workflows/build_python_3.9.yml index 806f407..6ae487b 100644 --- a/.github/workflows/build_python_3.9.yml +++ b/.github/workflows/build_python_3.9.yml @@ -71,7 +71,9 @@ jobs: 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. + The python org [does not provide macOS packages for Python 3.9.14 and higher](https://www.python.org/downloads/release/python-3914/). 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. + + > According to the release calendar specified in PEP 596, Python 3.9 is now in the "security fixes only" stage of its life cycle: the 3.9 branch only accepts security fixes and releases of those are made irregularly in source-only form until October 2025. Python 3.9 isn't receiving regular bug fixes anymore, and binary installers are no longer provided for it. Python 3.9.13 was the last full bugfix release of Python 3.9 with binary installers. ${{ steps.changelog.outputs.changelog }}