Skip to content

Commit

Permalink
[Key Vault] Drop 3.5 support for keys (Azure#19712)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp committed Jul 8, 2021
1 parent 25e29d0 commit 92d947c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions sdk/keyvault/azure-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release History

## 4.5.0b1 (2021-07-08)
Beginning with this release, this library requires Python 2.7 or 3.6+.

### Features Added
- Key Vault API version 7.3-preview is now the default
Expand Down
6 changes: 3 additions & 3 deletions sdk/keyvault/azure-keyvault-keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authentication as demonstrated below.

### Prerequisites
* An [Azure subscription][azure_sub]
* Python 2.7, 3.5.3, or later
* Python 2.7 or a recent version of Python 3 (this library doesn't support end-of-life versions)
* A Key Vault. If you need to create one, you can use the
[Azure Cloud Shell][azure_cloud_shell] to create one with these commands
(replace `"my-resource-group"` and `"my-key-vault"` with your own, unique
Expand Down Expand Up @@ -277,7 +277,7 @@ See the
for more details of the cryptography API.
### Async API
This library includes a complete async API supported on Python 3.5+. To use it, you must
This library includes a complete async API supported on Python 3. To use it, you must
first install an async transport, such as [aiohttp](https://pypi.org/project/aiohttp/).
See
[azure-core documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#transport)
Expand Down Expand Up @@ -368,7 +368,7 @@ except ResourceNotFoundError as e:
### Logging
This library uses the standard
[logging](https://docs.python.org/3.5/library/logging.html) library for logging.
[logging](https://docs.python.org/3/library/logging.html) library for logging.
Basic information about HTTP sessions (URLs, headers, etc.) is logged at INFO
level.
Expand Down
1 change: 0 additions & 1 deletion sdk/keyvault/azure-keyvault-keys/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 92d947c

Please sign in to comment.