We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d902734 commit 904d8bbCopy full SHA for 904d8bb
azure_functions_worker_v2/version.py
@@ -1,4 +1,4 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
4
-VERSION = '1.0.0a41'
+VERSION = '1.0.0a1'
pyproject.toml
@@ -1,7 +1,7 @@
[project]
-name = "test-worker"
+name = "azure-functions-runtime"
dynamic = ["version"]
-requires-python = ">=3.11"
+requires-python = ">=3.13"
5
description = "Python Language Worker for Azure Functions Runtime"
6
authors = [
7
{ name = "Azure Functions team at Microsoft Corp.", email = "[email protected]" }
0 commit comments