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 73127d1 commit a7e5df2Copy full SHA for a7e5df2
sdk/servicebus/azure-servicebus/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
]
10
description = "Microsoft Azure Service Bus Client Library for Python"
11
keywords = ["azure", "azure sdk"]
12
-requires-python = ">=3.8"
+requires-python = ">=3.9"
13
license = "MIT"
14
classifiers = [
15
"Development Status :: 5 - Production/Stable",
@@ -30,7 +30,7 @@ dependencies = [
30
dynamic = ["version", "readme"]
31
32
[project.urls]
33
-repository = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk"
+Repository = "https://github.com/Azure/azure-sdk-for-python.git"
34
35
[tool.setuptools.dynamic]
36
version = {attr = "azure.servicebus._version.VERSION"}
0 commit comments