Skip to content

Commit 31b9962

Browse files
author
AzureFunctionsPython
committed
build: update Python Library Version to 1.26.0b3
1 parent 8dfaa65 commit 31b9962

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

azure/functions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@
113113
'mcp_content',
114114
)
115115

116-
__version__ = '2.2.0b5'
116+
__version__ = '1.26.0b3'

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "azure-functions"
77
dynamic = ["version"]
8-
requires-python = ">=3.13"
8+
requires-python = ">=3.10,<3.13"
99
authors = [{ name = "Azure Functions team at Microsoft Corp.", email = "azurefunctions@microsoft.com" }]
1010
description = "Python library for Azure Functions."
1111
readme = "README.md"
@@ -14,8 +14,10 @@ classifiers = [
1414
'License :: OSI Approved :: MIT License',
1515
'Intended Audience :: Developers',
1616
'Programming Language :: Python :: 3',
17-
'Programming Language :: Python :: 3.13',
18-
'Programming Language :: Python :: 3.14',
17+
'Programming Language :: Python :: 3.10',
18+
'Programming Language :: Python :: 3.11',
19+
'Programming Language :: Python :: 3.12'
20+
,
1921
'Operating System :: Microsoft :: Windows',
2022
'Operating System :: POSIX',
2123
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)