File tree 4 files changed +3
-4
lines changed
scripts/quickstart_tooling_llc/template
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ python -m pip install {{ package_name }}
16
16
17
17
#### Prequisites
18
18
19
- - Python 2.7, or 3.6 or later is required to use this package.
19
+ - Python 3.6 or later is required to use this package.
20
20
- You need an [ Azure subscription] [ azure_sub ] to use this package.
21
21
- An existing {{ package_pprint_name }} instance.
22
22
Original file line number Diff line number Diff line change 2
2
-e ../../../tools/azure-sdk-tools
3
3
../../core/azure-core
4
4
../../identity/azure-identity
5
- ../../nspkg/{{ folder_first }}-{{ folder_second }}-nspkg
6
5
aiohttp>=3.0;
7
6
typing_extensions>=3.7.2
8
7
asyncio;
Original file line number Diff line number Diff line change 1
1
[packaging ]
2
2
package_name = " {{ package_name }}"
3
- package_nspkg = " {{ folder_first }}-{{ folder_second }}-nspkg"
4
3
package_pprint_name = " {{ package_pprint_name }}"
5
4
package_doc_id = " "
6
5
is_stable = false
Original file line number Diff line number Diff line change 45
45
"Programming Language :: Python" ,
46
46
"Programming Language :: Python :: 3 :: Only" ,
47
47
"Programming Language :: Python :: 3" ,
48
+ "Programming Language :: Python :: 3.6" ,
48
49
"Programming Language :: Python :: 3.7" ,
49
50
"Programming Language :: Python :: 3.8" ,
50
51
"Programming Language :: Python :: 3.9" ,
64
65
"msrest>=0.6.21" ,
65
66
'six>=1.11.0' ,
66
67
],
67
- python_requires = ">=3.7 " ,
68
+ python_requires = ">=3.6 " ,
68
69
)
You can’t perform that action at this time.
0 commit comments