Skip to content

Commit 02db90a

Browse files
author
Rakshith Bhyravabhotla
authored
Update setup.py (#21021)
* Update setup.py * Update README.md
1 parent fc95f8d commit 02db90a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

sdk/eventgrid/azure-eventgrid/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Azure Event Grid is a fully-managed intelligent event routing service that allow
44

55
[Source code][python-eg-src] | [Package (PyPI)][python-eg-pypi] | [API reference documentation][python-eg-ref-docs] | [Product documentation][python-eg-product-docs] | [Samples][python-eg-samples] | [Changelog][python-eg-changelog]
66

7+
## _Disclaimer_
8+
9+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
10+
711
## Getting started
812

913
### Prerequisites

sdk/eventgrid/azure-eventgrid/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'Programming Language :: Python :: 3.7',
7272
'Programming Language :: Python :: 3.8',
7373
'Programming Language :: Python :: 3.9',
74+
'Programming Language :: Python :: 3.10',
7475
'License :: OSI Approved :: MIT License',
7576
],
7677
zip_safe=False,

0 commit comments

Comments
 (0)