File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/azure-sdk-tools/packaging_tools/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Microsoft Azure SDK for Python
2
2
3
3
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 +.
5
5
For a more complete view of Azure libraries, see the [ azure sdk python release] ( https://aka.ms/azsdk/python/all ) .
6
6
7
7
## _ Disclaimer_
Original file line number Diff line number Diff line change 49
49
classifiers = [
50
50
'{{classifier}}' ,
51
51
'Programming Language :: Python' ,
52
- " Programming Language :: Python :: 3 :: Only" ,
52
+ ' Programming Language :: Python :: 3 :: Only' ,
53
53
'Programming Language :: Python :: 3' ,
54
54
'Programming Language :: Python :: 3.6' ,
55
55
'Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments