File tree 13 files changed +66
-12
lines changed
botbuilder-adapters-slack
botbuilder-applicationinsights
botbuilder-integration-aiohttp
botbuilder-integration-applicationinsights-aiohttp
13 files changed +66
-12
lines changed Original file line number Diff line number Diff line change 39
39
tests_require = TEST_REQUIRES ,
40
40
include_package_data = True ,
41
41
classifiers = [
42
- "Programming Language :: Python :: 3.7" ,
43
42
"Intended Audience :: Developers" ,
44
43
"License :: OSI Approved :: MIT License" ,
45
44
"Operating System :: OS Independent" ,
46
45
"Development Status :: 5 - Production/Stable" ,
47
46
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
47
+ "Programming Language :: Python :: 3" ,
48
+ "Programming Language :: Python :: 3.7" ,
49
+ "Programming Language :: Python :: 3.8" ,
50
+ "Programming Language :: Python :: 3.9" ,
51
+ "Programming Language :: Python :: 3.10" ,
48
52
],
49
53
)
Original file line number Diff line number Diff line change 45
45
tests_require = TESTS_REQUIRES ,
46
46
include_package_data = True ,
47
47
classifiers = [
48
- "Programming Language :: Python :: 3.7" ,
49
48
"Intended Audience :: Developers" ,
50
49
"License :: OSI Approved :: MIT License" ,
51
50
"Operating System :: OS Independent" ,
52
51
"Development Status :: 5 - Production/Stable" ,
53
52
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
53
+ "Programming Language :: Python :: 3" ,
54
+ "Programming Language :: Python :: 3.7" ,
55
+ "Programming Language :: Python :: 3.8" ,
56
+ "Programming Language :: Python :: 3.9" ,
57
+ "Programming Language :: Python :: 3.10" ,
54
58
],
55
59
)
Original file line number Diff line number Diff line change 53
53
tests_require = TESTS_REQUIRES ,
54
54
include_package_data = True ,
55
55
classifiers = [
56
- "Programming Language :: Python :: 3.7" ,
57
56
"Intended Audience :: Developers" ,
58
57
"License :: OSI Approved :: MIT License" ,
59
58
"Operating System :: OS Independent" ,
60
59
"Development Status :: 5 - Production/Stable" ,
61
60
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
61
+ "Programming Language :: Python :: 3" ,
62
+ "Programming Language :: Python :: 3.7" ,
63
+ "Programming Language :: Python :: 3.8" ,
64
+ "Programming Language :: Python :: 3.9" ,
65
+ "Programming Language :: Python :: 3.10" ,
62
66
],
63
67
)
Original file line number Diff line number Diff line change 38
38
install_requires = REQUIRES + TEST_REQUIRES ,
39
39
tests_require = TEST_REQUIRES ,
40
40
classifiers = [
41
- "Programming Language :: Python :: 3.7" ,
42
41
"Intended Audience :: Developers" ,
43
42
"License :: OSI Approved :: MIT License" ,
44
43
"Operating System :: OS Independent" ,
45
44
"Development Status :: 5 - Production/Stable" ,
46
45
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
46
+ "Programming Language :: Python :: 3" ,
47
+ "Programming Language :: Python :: 3.7" ,
48
+ "Programming Language :: Python :: 3.8" ,
49
+ "Programming Language :: Python :: 3.9" ,
50
+ "Programming Language :: Python :: 3.10" ,
47
51
],
48
52
)
Original file line number Diff line number Diff line change 44
44
],
45
45
install_requires = REQUIRES ,
46
46
classifiers = [
47
- "Programming Language :: Python :: 3.7" ,
48
47
"Intended Audience :: Developers" ,
49
48
"License :: OSI Approved :: MIT License" ,
50
49
"Operating System :: OS Independent" ,
51
50
"Development Status :: 5 - Production/Stable" ,
52
51
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
52
+ "Programming Language :: Python :: 3" ,
53
+ "Programming Language :: Python :: 3.7" ,
54
+ "Programming Language :: Python :: 3.8" ,
55
+ "Programming Language :: Python :: 3.9" ,
56
+ "Programming Language :: Python :: 3.10" ,
53
57
],
54
58
)
Original file line number Diff line number Diff line change 52
52
tests_require = TEST_REQUIRES ,
53
53
include_package_data = True ,
54
54
classifiers = [
55
- "Programming Language :: Python :: 3.7" ,
56
55
"Intended Audience :: Developers" ,
57
56
"License :: OSI Approved :: MIT License" ,
58
57
"Operating System :: OS Independent" ,
59
58
"Development Status :: 5 - Production/Stable" ,
60
59
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
60
+ "Programming Language :: Python :: 3" ,
61
+ "Programming Language :: Python :: 3.7" ,
62
+ "Programming Language :: Python :: 3.8" ,
63
+ "Programming Language :: Python :: 3.9" ,
64
+ "Programming Language :: Python :: 3.10" ,
61
65
],
62
66
)
Original file line number Diff line number Diff line change 46
46
],
47
47
install_requires = REQUIRES ,
48
48
classifiers = [
49
- "Programming Language :: Python :: 3.7" ,
50
49
"Intended Audience :: Developers" ,
51
50
"License :: OSI Approved :: MIT License" ,
52
51
"Operating System :: OS Independent" ,
53
52
"Development Status :: 5 - Production/Stable" ,
54
53
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
54
+ "Programming Language :: Python :: 3" ,
55
+ "Programming Language :: Python :: 3.7" ,
56
+ "Programming Language :: Python :: 3.8" ,
57
+ "Programming Language :: Python :: 3.9" ,
58
+ "Programming Language :: Python :: 3.10" ,
55
59
],
56
60
)
Original file line number Diff line number Diff line change 52
52
tests_require = TESTS_REQUIRES ,
53
53
include_package_data = True ,
54
54
classifiers = [
55
- "Programming Language :: Python :: 3.7" ,
56
55
"Intended Audience :: Developers" ,
57
56
"License :: OSI Approved :: MIT License" ,
58
57
"Operating System :: OS Independent" ,
59
58
"Development Status :: 5 - Production/Stable" ,
60
59
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
60
+ "Programming Language :: Python :: 3" ,
61
+ "Programming Language :: Python :: 3.7" ,
62
+ "Programming Language :: Python :: 3.8" ,
63
+ "Programming Language :: Python :: 3.9" ,
64
+ "Programming Language :: Python :: 3.10" ,
61
65
],
62
66
)
Original file line number Diff line number Diff line change 30
30
],
31
31
include_package_data = True ,
32
32
classifiers = [
33
- "Programming Language :: Python :: 3.7" ,
34
33
"Intended Audience :: Developers" ,
35
34
"License :: OSI Approved :: MIT License" ,
36
35
"Operating System :: OS Independent" ,
37
36
"Development Status :: 5 - Production/Stable" ,
38
37
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
38
+ "Programming Language :: Python :: 3" ,
39
+ "Programming Language :: Python :: 3.7" ,
40
+ "Programming Language :: Python :: 3.8" ,
41
+ "Programming Language :: Python :: 3.9" ,
42
+ "Programming Language :: Python :: 3.10" ,
39
43
],
40
44
)
Original file line number Diff line number Diff line change 39
39
tests_require = TESTS_REQUIRES ,
40
40
include_package_data = True ,
41
41
classifiers = [
42
- "Programming Language :: Python :: 3.7" ,
43
42
"Intended Audience :: Developers" ,
44
43
"License :: OSI Approved :: MIT License" ,
45
44
"Operating System :: OS Independent" ,
46
45
"Development Status :: 5 - Production/Stable" ,
47
46
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
47
+ "Programming Language :: Python :: 3" ,
48
+ "Programming Language :: Python :: 3.7" ,
49
+ "Programming Language :: Python :: 3.8" ,
50
+ "Programming Language :: Python :: 3.9" ,
51
+ "Programming Language :: Python :: 3.10" ,
48
52
],
49
53
)
Original file line number Diff line number Diff line change 49
49
long_description_content_type = "text/x-rst" ,
50
50
license = "MIT" ,
51
51
classifiers = [
52
- "Programming Language :: Python :: 3.7" ,
53
52
"Intended Audience :: Developers" ,
54
53
"License :: OSI Approved :: MIT License" ,
55
54
"Operating System :: OS Independent" ,
56
55
"Development Status :: 5 - Production/Stable" ,
57
56
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
57
+ "Programming Language :: Python :: 3" ,
58
+ "Programming Language :: Python :: 3.7" ,
59
+ "Programming Language :: Python :: 3.8" ,
60
+ "Programming Language :: Python :: 3.9" ,
61
+ "Programming Language :: Python :: 3.10" ,
58
62
],
59
63
)
Original file line number Diff line number Diff line change 48
48
],
49
49
install_requires = REQUIRES ,
50
50
classifiers = [
51
- "Programming Language :: Python :: 3.7" ,
52
51
"Intended Audience :: Developers" ,
53
52
"License :: OSI Approved :: MIT License" ,
54
53
"Operating System :: OS Independent" ,
55
54
"Development Status :: 5 - Production/Stable" ,
56
55
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
56
+ "Programming Language :: Python :: 3" ,
57
+ "Programming Language :: Python :: 3.7" ,
58
+ "Programming Language :: Python :: 3.8" ,
59
+ "Programming Language :: Python :: 3.9" ,
60
+ "Programming Language :: Python :: 3.10" ,
57
61
],
58
62
)
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ variables:
8
8
COVERALLS_SERVICE_NAME : python-ci
9
9
python.37 : 3.7.x
10
10
python.38 : 3.8.x
11
+ python.39 : 3.9.x
12
+ python.310 : 3.10.x
11
13
# PythonCoverallsToken: get this from Azure
12
14
13
15
jobs :
23
25
PYTHON_VERSION : ' $(python.37)'
24
26
Python38 :
25
27
PYTHON_VERSION : ' $(python.38)'
28
+ Python39 :
29
+ PYTHON_VERSION : ' $(python.39)'
30
+ Python310 :
31
+ PYTHON_VERSION : ' $(python.310)'
26
32
maxParallel : 3
27
33
28
34
steps :
You can’t perform that action at this time.
0 commit comments