Skip to content

Commit da0e1d7

Browse files
authored
update template (Azure#23333)
* Update README.md * Update setup.py
1 parent 8479758 commit da0e1d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/azure-sdk-tools/packaging_tools/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure {{package_pprint_name}} Client Library.
4-
This package has been tested with Python 3.7+.
4+
This package has been tested with Python 3.6+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_

tools/azure-sdk-tools/packaging_tools/templates/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
classifiers=[
5050
'{{classifier}}',
5151
'Programming Language :: Python',
52-
"Programming Language :: Python :: 3 :: Only",
52+
'Programming Language :: Python :: 3 :: Only',
5353
'Programming Language :: Python :: 3',
5454
'Programming Language :: Python :: 3.6',
5555
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)