docs: fix documentation drift detected by freshness review#1850
Draft
harshivcodes wants to merge 1 commit intodevfrom
Draft
docs: fix documentation drift detected by freshness review#1850harshivcodes wants to merge 1 commit intodevfrom
harshivcodes wants to merge 1 commit intodevfrom
Conversation
- workers/README.md: Remove deprecated Python 3.8/3.9 and Azure Functions 3.0 row - runtimes/v1/README.md: Add missing Python 3.10-3.12 to version table, add Linux/Portal feedback rows - runtimes/v2/README.md: Add missing Python 3.10-3.12 to version table, add Linux/Portal feedback rows - docs/index.rst: Remove dead Travis CI badge, update Python version from 3.7 to 3.10-3.13 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| | dev | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | | ||
|
|
||
| Python support for Azure Functions is based on Python 3.13 serverless hosting on Linux and the Functions 4.0 runtime. | ||
| Python support for Azure Functions is based on Python 3.10, 3.11, 3.12, and 3.13 serverless hosting on Linux and the Functions 4.0 runtime. |
Contributor
There was a problem hiding this comment.
The runtimes only support python 3.13+
| | Runtime | Script Host & Language Extensibility | [File an Issue](https://github.com/Azure/azure-functions-host/issues) | | ||
| | VSCode | VSCode Extension for Azure Functions | [File an Issue](https://github.com/microsoft/vscode-azurefunctions/issues) | | ||
| | Core Tools | Command Line Interface for Local Development | [File an Issue](https://github.com/Azure/azure-functions-core-tools/issues) | | ||
| | Portal | User Interface or Experience Issue | [File an Issue](https://github.com/azure/azure-functions-ux/issues) | |
Contributor
There was a problem hiding this comment.
The docker & portal GH repos are no longer maintained, so should not be included here
| | dev | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | | ||
|
|
||
| Python support for Azure Functions is based on Python 3.13 serverless hosting on Linux and the Functions 4.0 runtime. | ||
| Python support for Azure Functions is based on Python 3.10, 3.11, 3.12, and 3.13 serverless hosting on Linux and the Functions 4.0 runtime. |
Contributor
There was a problem hiding this comment.
Same comments as runtimes/v1
| | dev | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | | ||
|
|
||
| Python support for Azure Functions is based on Python 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13 serverless hosting on Linux and the Functions 4.0 runtime. | ||
| Python support for Azure Functions is based on Python 3.10, 3.11, 3.12, and 3.13 serverless hosting on Linux and the Functions 4.0 runtime. |
Contributor
There was a problem hiding this comment.
This is good. V3 host has been deprecated for a while & should be removed
| | Runtime | Script Host & Language Extensibility | [File an Issue](https://github.com/Azure/azure-functions-host/issues) | | ||
| | VSCode | VSCode Extension for Azure Functions | [File an Issue](https://github.com/microsoft/vscode-azurefunctions/issues) | | ||
| | Core Tools | Command Line Interface for Local Development | [File an Issue](https://github.com/Azure/azure-functions-core-tools/issues) | | ||
| | Portal | User Interface or Experience Issue | [File an Issue](https://github.com/azure/azure-functions-ux/issues) | |
Contributor
There was a problem hiding this comment.
It looks like this is where Copilot got the Portal & Docker GH links from - this should be removed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #
Pull Request Checklist
Host-Worker Contract
Worker Execution Logic
If yes, please answer the following:
Python Version Coverage
Programming Model Compatibility (for Python 3.13+)