diff --git a/docs/index.rst b/docs/index.rst index d6f0e8e1f..54663f613 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,3 @@ -.. image:: https://travis-ci.org/Azure/azure-functions-python-worker.svg?branch=master - :target: https://travis-ci.org/Azure/azure-functions-python-worker - - ========================== Azure Functions for Python ========================== @@ -9,7 +5,7 @@ Azure Functions for Python Requirements ============ -Azure Functions for Python support Python 3.7 or later. +Azure Functions for Python supports Python 3.10, 3.11, 3.12, and 3.13. Programming Model diff --git a/runtimes/v1/README.md b/runtimes/v1/README.md index 480c448b7..8eb99be63 100644 --- a/runtimes/v1/README.md +++ b/runtimes/v1/README.md @@ -4,15 +4,15 @@ |--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | dev | [![Build Status](https://img.shields.io/azure-devops/build/azfunc/public/658/dev)](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | [![codecov](https://codecov.io/gh/Azure/azure-functions-python-worker/branch/dev/graph/badge.svg)](https://codecov.io/gh/Azure/azure-functions-python-worker) | [![Test Status](https://img.shields.io/azure-devops/build/azfunc/public/658/dev)](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. Here is the current status of Python in Azure Functions: What are the supported Python versions? -| Azure Functions Runtime | Python 3.13 | -|----------------------------------|-------------| -| Azure Functions 4.0 | ✔ | +| Azure Functions Runtime | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | +|----------------------------------|------------|------------|-------------|-------------| +| Azure Functions 4.0 | ✔ | ✔ | ✔ | ✔ | For information about Azure Functions Runtime, please refer to [Azure Functions runtime versions overview](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions) page. @@ -44,9 +44,11 @@ Issues and feature requests are tracked in a variety of places. To report this f | Item | Description | Link | |---------------|----------------------------------------------|--------------------------------------------------------------------------------| | Python Worker | Programming Model, Triggers & Bindings | [File an Issue](https://github.com/Azure/azure-functions-python-worker/issues) | +| Linux | Base Docker Images | [File an Issue](https://github.com/Azure/azure-functions-docker/issues) | | 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) | | Templates | Code Issues with Creation Template | [File an Issue](https://github.com/Azure/azure-functions-templates/issues) | # Contribute diff --git a/runtimes/v2/README.md b/runtimes/v2/README.md index 5d1bb195c..8eb99be63 100644 --- a/runtimes/v2/README.md +++ b/runtimes/v2/README.md @@ -4,15 +4,15 @@ |--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | dev | [![Build Status](https://img.shields.io/azure-devops/build/azfunc/public/658/dev)](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | [![codecov](https://codecov.io/gh/Azure/azure-functions-python-worker/branch/dev/graph/badge.svg)](https://codecov.io/gh/Azure/azure-functions-python-worker) | [![Test Status](https://img.shields.io/azure-devops/build/azfunc/public/658/dev)](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. Here is the current status of Python in Azure Functions: What are the supported Python versions? -| Azure Functions Runtime | Python 3.13 | -|----------------------------------|-------------| -| Azure Functions 4.0 | ✔ | +| Azure Functions Runtime | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | +|----------------------------------|------------|------------|-------------|-------------| +| Azure Functions 4.0 | ✔ | ✔ | ✔ | ✔ | For information about Azure Functions Runtime, please refer to [Azure Functions runtime versions overview](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions) page. @@ -44,9 +44,11 @@ Issues and feature requests are tracked in a variety of places. To report this f | Item | Description | Link | |---------------|----------------------------------------------|--------------------------------------------------------------------------------| | Python Worker | Programming Model, Triggers & Bindings | [File an Issue](https://github.com/Azure/azure-functions-python-worker/issues) | +| Linux | Base Docker Images | [File an Issue](https://github.com/Azure/azure-functions-docker/issues) | | 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) | | Templates | Code Issues with Creation Template | [File an Issue](https://github.com/Azure/azure-functions-templates/issues) | # Contribute diff --git a/workers/README.md b/workers/README.md index 927e52b39..8eb99be63 100644 --- a/workers/README.md +++ b/workers/README.md @@ -4,16 +4,15 @@ |--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | dev | [![Build Status](https://img.shields.io/azure-devops/build/azfunc/public/658/dev)](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | [![codecov](https://codecov.io/gh/Azure/azure-functions-python-worker/branch/dev/graph/badge.svg)](https://codecov.io/gh/Azure/azure-functions-python-worker) | [![Test Status](https://img.shields.io/azure-devops/build/azfunc/public/658/dev)](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. Here is the current status of Python in Azure Functions: What are the supported Python versions? -| Azure Functions Runtime | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | -|----------------------------------|------------|------------|-------------|-------------|-------------|-------------| -| Azure Functions 3.0 (deprecated) | ✔ | ✔ | - | - | - | - | -| Azure Functions 4.0 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | +| Azure Functions Runtime | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | +|----------------------------------|------------|------------|-------------|-------------| +| Azure Functions 4.0 | ✔ | ✔ | ✔ | ✔ | For information about Azure Functions Runtime, please refer to [Azure Functions runtime versions overview](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions) page.