Skip to content

Commit 5a80a66

Browse files
Merge pull request #263826 from mrm9084/main
App Configuration - Update Python Version
2 parents b0a25f9 + c7878c9 commit 5a80a66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Azure App Configuration Python provider includes built-in caching and refres
2323

2424
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
2525
- An Azure App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
26-
- Python 3.6 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
26+
- Python 3.8 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
2727

2828
## Add key-values
2929

articles/azure-app-configuration/quickstart-python-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Python App Configuration provider is a library running on top of the [Azure
2121

2222
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/).
2323
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
24-
- Python 3.6 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
24+
- Python 3.8 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
2525

2626
## Add key-values
2727

articles/azure-app-configuration/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document shows examples of how to use the [Azure SDK for Python](https://gi
2121
## Prerequisites
2222

2323
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
24-
- Python 3.6 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
24+
- Python 3.8 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
2525
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
2626

2727
## Create a key-value

0 commit comments

Comments
 (0)