Skip to content

Commit f550ec0

Browse files
authored
update setup py 3.12 (#34290)
1 parent dec7f29 commit f550ec0

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

sdk/eventhub/azure-eventhub/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## 5.11.6 (2024-02-12)
44

5+
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
6+
57
### Features Added
68
- Added `keep_alive` functionality on EventHubProducerClient to allow for long-living producers. [#33726](https://github.com/Azure/azure-sdk-for-python/issues/33726)
79

10+
### Other Changes
11+
- Added support for Python 3.12.
12+
813
## 5.11.5 (2023-11-13)
914

1015
### Bugs Fixed

sdk/eventhub/azure-eventhub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Azure Event Hubs client library allows for publishing and consuming of Azure
2424

2525
### Prerequisites
2626

27-
- Python 3.7 or later.
27+
- Python 3.8 or later.
2828
- **Microsoft Azure Subscription:** To use Azure services, including Azure Event Hubs, you'll need a subscription.
2929
If you do not have an existing Azure account, you may sign up for a free trial or use your MSDN subscriber benefits when you [create an account](https://account.windowsazure.com/Home/Index).
3030

sdk/eventhub/azure-eventhub/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Both [sync version](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/
8686
- Send events in buffer immediately by calling `flush`.
8787

8888
## Prerequisites
89-
- Python 3.7 or later.
89+
- Python 3.8 or later.
9090
- **Microsoft Azure Subscription:** To use Azure services, including Azure Event Hubs, you'll need a subscription.
9191
If you do not have an existing Azure account, you may sign up for a free trial or use your MSDN subscriber benefits when you [create an account](https://account.windowsazure.com/Home/Index).
9292

sdk/eventhub/azure-eventhub/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'Programming Language :: Python :: 3.9',
6464
'Programming Language :: Python :: 3.10',
6565
'Programming Language :: Python :: 3.11',
66+
'Programming Language :: Python :: 3.12',
6667
'License :: OSI Approved :: MIT License',
6768
],
6869
python_requires=">=3.8",

0 commit comments

Comments
 (0)