Skip to content

Commit de69c98

Browse files
committed
Min version 2.8
1 parent cbbce86 commit de69c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/event-hubs-python-get-started-send.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Send or receive events from Azure Event Hubs using Python
33
description: This article provides a walkthrough for creating a Python application that sends/receives events to/from Azure Event Hubs.
44
ms.topic: quickstart
5-
ms.date: 01/08/2023
5+
ms.date: 02/07/2024
66
ms.devlang: python
77
ms.custom: mode-api, passwordless-python, devx-track-python
88
---
@@ -16,7 +16,7 @@ If you're new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md
1616
To complete this quickstart, you need the following prerequisites:
1717

1818
- **Microsoft Azure subscription**. To use Azure services, including Azure Event Hubs, you need a subscription. If you don't have an existing Azure account, sign up for a [free trial](https://azure.microsoft.com/free/).
19-
- Python 3.7 or later, with pip installed and updated.
19+
- Python 3.8 or later, with pip installed and updated.
2020
- Visual Studio Code (recommended) or any other integrated development environment (IDE).
2121
- **Create an Event Hubs namespace and an event hub**. The first step is to use the [Azure portal](https://portal.azure.com) to create an Event Hubs namespace, and obtain the management credentials that your application needs to communicate with the event hub. To create a namespace and an event hub, follow the procedure in [this article](event-hubs-create.md).
2222

0 commit comments

Comments
 (0)