Skip to content

Commit 822fca5

Browse files
authored
Update Python version requirement to >=3.13
1 parent ef8a21c commit 822fca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.10,<3.13"
8+
requires-python = ">=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"

0 commit comments

Comments
 (0)