Skip to content

Commit 8dad21e

Browse files
authored
drop 3.6 for identity (Azure#25372)
1 parent 88b3080 commit 8dad21e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## 1.11.0b3 (Unreleased)
44

5+
Azure-identity is supported on Python 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
6+
57
### Features Added
68

9+
- Added ability to specify `tenant_id` for `AzureCliCredential` (thanks @tikicoder) ([#25207](https://github.com/Azure/azure-sdk-for-python/pull/25207))
10+
711
### Breaking Changes
812

913
### Bugs Fixed

sdk/identity/azure-identity/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"Programming Language :: Python",
5757
"Programming Language :: Python :: 3 :: Only",
5858
"Programming Language :: Python :: 3",
59-
"Programming Language :: Python :: 3.6",
6059
"Programming Language :: Python :: 3.7",
6160
"Programming Language :: Python :: 3.8",
6261
"Programming Language :: Python :: 3.9",
@@ -71,7 +70,7 @@
7170
"azure",
7271
]
7372
),
74-
python_requires=">=3.6",
73+
python_requires=">=3.7",
7574
install_requires=[
7675
"azure-core<2.0.0,>=1.11.0",
7776
"cryptography>=2.5",

0 commit comments

Comments
 (0)