Skip to content

Commit

Permalink
fix:404: python changelog + environment vatable reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Dec 17, 2024
1 parent 01dcaa8 commit bae98c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/changelog/2024-12-12-python-3.13-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ We deployed an updated Python image with no impact for our users.
* Python 3.13 support
* Python 3.7 withdrawal

You can now use `3.13` as `CC_PYTHON_VERSION` environment variable. This version will also be used as default value. As announced [in October](/changelog/2024-10-01-python-image-changes/), Python 3.7 is not supported anymore. However, you can use `uv` to [install or use Python 3.7](https://docs.astral.sh/uv/guides/install-python/#installing-a-specific-version).
You can now use `3.13` as `CC_PYTHON_VERSION` environment variable. This version will also be used as default value. As announced [in October]({{< ref "/changelog/2024-10-01-python-image-changes" >}} "Python Changes on 10-2014"), Python 3.7 is not supported anymore. However, you can use `uv` to [install or use Python 3.7](https://docs.astral.sh/uv/guides/install-python/#installing-a-specific-version).

Check warning on line 23 in content/changelog/2024-12-12-python-3.13-update.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-12-12-python-3.13-update.md#L23

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/changelog/2024-12-12-python-3.13-update.md", "range": {"start": {"line": 23, "column": 82}}}, "severity": "WARNING"}

Check notice on line 23 in content/changelog/2024-12-12-python-3.13-update.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-12-12-python-3.13-update.md#L23

[Google.Passive] In general, use active voice instead of passive voice ('be used').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be used').", "location": {"path": "content/changelog/2024-12-12-python-3.13-update.md", "range": {"start": {"line": 23, "column": 92}}}, "severity": "INFO"}

Check notice on line 23 in content/changelog/2024-12-12-python-3.13-update.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2024-12-12-python-3.13-update.md#L23

[Google.Contractions] Use 'isn't' instead of 'is not'.
Raw output
{"message": "[Google.Contractions] Use 'isn't' instead of 'is not'.", "location": {"path": "content/changelog/2024-12-12-python-3.13-update.md", "range": {"start": {"line": 23, "column": 242}}}, "severity": "INFO"}
2 changes: 1 addition & 1 deletion content/doc/reference/reference-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ If `TAILSCALE_LOGIN_SERVER` is provided, the agent will be configured to reach a
|[`CC_PYTHON_MANAGE_TASKS`]({{< ref "/guides/python-django-sample/#manage-py-tasks" >}}) | Comma-separated list of Django manage tasks | |
|`CC_PYTHON_MODULE` | Select which module you want to start with the path to the folder containing the app object. For example, a module called **server.py** in a folder called **/app** would be used here as **app.server:app** | |
|`CC_PYTHON_USE_GEVENT` | Set to true to enable Gevent | |
|`CC_PYTHON_VERSION` | Choose the Python version among [those supported](/doc/applications/python/#supported-versions) | 3 |
|`CC_PYTHON_VERSION` | Choose the Python version among [those supported]({{< ref "/doc/applications/python/#supported-versions" >}} "Python versions") | 3 |
|`ENABLE_GZIP_COMPRESSION` | Set to `true` to gzip-compress through Nginx | |
|`GZIP_TYPES` | Set the mime types to compress. | text/* application/json application/xml application/javascript image/svg+xml |
|`HARAKIRI` | Timeout (in seconds) after which an unresponding process is killed | 180 |
Expand Down

0 comments on commit bae98c8

Please sign in to comment.