Skip to content

Commit b631d61

Browse files
Merge pull request #265550 from spelluru/python38
Freshness review
2 parents 43ed1b1 + cbbce86 commit b631d61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/service-bus-messaging/service-bus-python-how-to-use-queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Service Bus queues (Python)
33
description: This tutorial shows you how to send messages to and receive messages from Azure Service Bus queues using the Python programming language.
44
author: spelluru
55
ms.author: spelluru
6-
ms.date: 01/18/2024
6+
ms.date: 02/06/2024
77
ms.topic: quickstart
88
ms.devlang: python
99
ms.custom: devx-track-python, mode-api, passwordless-python
@@ -34,7 +34,7 @@ If you're new to the service, see [Service Bus overview](service-bus-messaging-o
3434

3535
- An Azure subscription. To complete this tutorial, you need an Azure account. You can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/?WT.mc_id=A85619ABF) or sign-up for a [free account](https://azure.microsoft.com/free/?WT.mc_id=A85619ABF).
3636

37-
- [Python 3.7](https://www.python.org/downloads/) or higher.
37+
- [Python 3.8](https://www.python.org/downloads/) or higher.
3838

3939
### [Passwordless (Recommended)](#tab/passwordless)
4040

articles/service-bus-messaging/service-bus-python-how-to-use-topics-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Service Bus topics (Python)
33
description: This tutorial shows you how to send messages to Azure Service Bus topics and receive messages from topics' subscriptions using the Python programming language.
44
author: spelluru
55
ms.author: spelluru
6-
ms.date: 01/17/2023
6+
ms.date: 02/06/2024
77
ms.topic: quickstart
88
ms.devlang: python
99
ms.custom: devx-track-python, mode-api, passwordless-python
@@ -33,7 +33,7 @@ In this tutorial, you complete the following steps:
3333
## Prerequisites
3434

3535
- An [Azure subscription](https://azure.microsoft.com/free/?WT.mc_id=A85619ABF).
36-
- Python 3.7 or higher, with the [Azure Python SDK](/azure/developer/python/sdk/azure-sdk-overview) package installed.
36+
- [Python 3.8](https://www.python.org/downloads/) or higher
3737

3838
>[!NOTE]
3939
> This tutorial works with samples that you can copy and run using Python. For instructions on how to create a Python application, see [Create and deploy a Python application to an Azure Website](../app-service/quickstart-python.md). For more information about installing packages used in this tutorial, see the [Python Installation Guide](/azure/developer/python/sdk/azure-sdk-install).

0 commit comments

Comments
 (0)