Skip to content

Commit c5a1cf7

Browse files
authored
update changelog (#34120)
* update changelog * remove 3.7
1 parent 4b81874 commit c5a1cf7

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
lines changed

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Release History
22

3-
## 1.15.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.16.0b1 (2024-02-06)
84

95
### Bugs Fixed
106

@@ -14,6 +10,7 @@
1410
### Other Changes
1511

1612
- `AzureCliCredential` utilizes the new `expires_on` property returned by `az` CLI versions >= 2.54.0 to determine token expiration. ([#33947](https://github.com/Azure/azure-sdk-for-python/issues/33947))
13+
- Azure-identity is supported on Python 3.8 or later.
1714

1815
## 1.15.0 (2023-10-26)
1916

sdk/identity/azure-identity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install azure-identity
2121
### Prerequisites
2222

2323
- An [Azure subscription](https://azure.microsoft.com/free/python)
24-
- Python 3.7 or a recent version of Python 3 (this library doesn't support end-of-life versions)
24+
- Python 3.8 or a recent version of Python 3 (this library doesn't support end-of-life versions)
2525

2626
### Authenticate during local development
2727

sdk/identity/azure-identity/azure/identity/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44
# ------------------------------------
5-
VERSION = "1.15.1"
5+
VERSION = "1.16.0b1"

sdk/identity/azure-identity/setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity",
3939
keywords="azure, azure sdk",
4040
classifiers=[
41-
"Development Status :: 5 - Production/Stable",
41+
"Development Status :: 4 - Beta",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",
45-
"Programming Language :: Python :: 3.7",
4645
"Programming Language :: Python :: 3.8",
4746
"Programming Language :: Python :: 3.9",
4847
"Programming Language :: Python :: 3.10",
@@ -58,7 +57,7 @@
5857
"azure",
5958
]
6059
),
61-
python_requires=">=3.7",
60+
python_requires=">=3.8",
6261
install_requires=[
6362
"azure-core<2.0.0,>=1.23.0",
6463
"cryptography>=2.5",

sdk/identity/azure-identity/tests/managed-identity-live/azure_arc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. A non-Azure Windows or Linux VM.
66
2. Administrator privileges on the VM.
77
3. An Azure Key Vault.
8-
4. Python 3.7+
8+
4. Python 3.8+
99

1010
### Install Azure Arc on the VM
1111

sdk/identity/azure-identity/tests/managed-identity-live/cloudshell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd azure-sdk-for-python/sdk/identity/azure-identity
4444
```
4545

4646
## Create virtual environment
47-
The Azure SDK supports Python 3.7+. Python 3 should be installed in your Cloud Shell.
47+
The Azure SDK supports Python 3.8+. Python 3 should be installed in your Cloud Shell.
4848
```sh
4949
python -m venv ~/venv
5050
```

sdk/identity/azure-identity/tests/vscode-live/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Test matrix
44

5-
- Python 3.7, 3.9
5+
- Python 3.8, 3.10
66
- Windows, Ubuntu 18.04, Redhat Enterprise Linux 8.1, Debian 10, Mac OS
77

88
## Test steps

0 commit comments

Comments
 (0)