File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
aliyun-python-sdk-bpstudio Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ 2024-10-10 Version: 1.0.12
2
+ - Generated 2021-09-31 for `BPStudio`.
3
+
1
4
2024-09-27 Version: 1.0.11
2
5
- Generated 2021-09-31 for `BPStudio`.
3
6
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Aliyun Python SDK is the official software development kit. It makes things easy
8
8
9
9
This module works on Python versions:
10
10
11
- 2.6.5 and greater
11
+ 3.7 and greater
12
12
13
13
**Documentation: **
14
14
Original file line number Diff line number Diff line change 1
- __version__ = '1.0.11 '
1
+ __version__ = '1.0.12 '
Original file line number Diff line number Diff line change 65
65
"Intended Audience :: Developers" ,
66
66
"License :: OSI Approved :: Apache Software License" ,
67
67
"Programming Language :: Python" ,
68
- "Programming Language :: Python :: 2.6" ,
69
- "Programming Language :: Python :: 2.7" ,
70
68
"Programming Language :: Python :: 3" ,
71
- "Programming Language :: Python :: 3.3" ,
72
- "Programming Language :: Python :: 3.4" ,
73
- "Programming Language :: Python :: 3.5" ,
74
- "Programming Language :: Python :: 3.6" ,
69
+ "Programming Language :: Python :: 3.7" ,
70
+ "Programming Language :: Python :: 3.8" ,
71
+ "Programming Language :: Python :: 3.9" ,
72
+ "Programming Language :: Python :: 3.10" ,
73
+ "Programming Language :: Python :: 3.11" ,
74
+ "Programming Language :: Python :: 3.12" ,
75
75
"Topic :: Software Development" ,
76
76
)
77
77
You can’t perform that action at this time.
0 commit comments