Skip to content

Commit

Permalink
fix: changelog Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Dec 12, 2024
1 parent 1e987bd commit 3a226b9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -12,7 +12,7 @@ description: Newer Python and more tools
excludeSearch: true
---

We've updated Python image and deployed them without any impact for our users.
We've updated Python image. It was deployed without any impact for our users.

Check warning on line 15 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#L15

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "content/changelog/2024-12-12-python-3.13-update.md", "range": {"start": {"line": 15, "column": 1}}}, "severity": "WARNING"}

Check notice on line 15 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#L15

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

Check warning on line 15 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#L15

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/changelog/2024-12-12-python-3.13-update.md", "range": {"start": {"line": 15, "column": 68}}}, "severity": "WARNING"}

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).

Expand Down

0 comments on commit 3a226b9

Please sign in to comment.