We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ea746 commit 65d406cCopy full SHA for 65d406c
2 files changed
azure/functions/__init__.py
@@ -107,4 +107,4 @@
107
'McpPropertyType'
108
)
109
110
-__version__ = '1.25.0b4'
+__version__ = '2.0.0b1'
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "azure-functions"
7
dynamic = ["version"]
8
-requires-python = ">=3.10"
+requires-python = ">=3.13"
9
authors = [{ name = "Azure Functions team at Microsoft Corp.", email = "azurefunctions@microsoft.com" }]
10
description = "Python library for Azure Functions."
11
readme = "README.md"
@@ -14,11 +14,8 @@ classifiers = [
14
'License :: OSI Approved :: MIT License',
15
'Intended Audience :: Developers',
16
'Programming Language :: Python :: 3',
17
- 'Programming Language :: Python :: 3.10',
18
- 'Programming Language :: Python :: 3.11',
19
- 'Programming Language :: Python :: 3.12',
20
'Programming Language :: Python :: 3.13',
21
- 'Programming Language :: Python :: 3.14',
+'Programming Language :: Python :: 3.14',
22
'Operating System :: Microsoft :: Windows',
23
'Operating System :: POSIX',
24
'Operating System :: MacOS :: MacOS X',
0 commit comments