Skip to content

Commit 8fc347e

Browse files
committed
Update trove classifiers and build matrix
1 parent 31d0ffe commit 8fc347e

File tree

13 files changed

+66
-12
lines changed

13 files changed

+66
-12
lines changed

libraries/botbuilder-adapters-slack/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@
3939
tests_require=TEST_REQUIRES,
4040
include_package_data=True,
4141
classifiers=[
42-
"Programming Language :: Python :: 3.7",
4342
"Intended Audience :: Developers",
4443
"License :: OSI Approved :: MIT License",
4544
"Operating System :: OS Independent",
4645
"Development Status :: 5 - Production/Stable",
4746
"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",
4852
],
4953
)

libraries/botbuilder-ai/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@
4545
tests_require=TESTS_REQUIRES,
4646
include_package_data=True,
4747
classifiers=[
48-
"Programming Language :: Python :: 3.7",
4948
"Intended Audience :: Developers",
5049
"License :: OSI Approved :: MIT License",
5150
"Operating System :: OS Independent",
5251
"Development Status :: 5 - Production/Stable",
5352
"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",
5458
],
5559
)

libraries/botbuilder-applicationinsights/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,15 @@
5353
tests_require=TESTS_REQUIRES,
5454
include_package_data=True,
5555
classifiers=[
56-
"Programming Language :: Python :: 3.7",
5756
"Intended Audience :: Developers",
5857
"License :: OSI Approved :: MIT License",
5958
"Operating System :: OS Independent",
6059
"Development Status :: 5 - Production/Stable",
6160
"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",
6266
],
6367
)

libraries/botbuilder-azure/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@
3838
install_requires=REQUIRES + TEST_REQUIRES,
3939
tests_require=TEST_REQUIRES,
4040
classifiers=[
41-
"Programming Language :: Python :: 3.7",
4241
"Intended Audience :: Developers",
4342
"License :: OSI Approved :: MIT License",
4443
"Operating System :: OS Independent",
4544
"Development Status :: 5 - Production/Stable",
4645
"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",
4751
],
4852
)

libraries/botbuilder-core/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,15 @@
4444
],
4545
install_requires=REQUIRES,
4646
classifiers=[
47-
"Programming Language :: Python :: 3.7",
4847
"Intended Audience :: Developers",
4948
"License :: OSI Approved :: MIT License",
5049
"Operating System :: OS Independent",
5150
"Development Status :: 5 - Production/Stable",
5251
"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",
5357
],
5458
)

libraries/botbuilder-dialogs/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,15 @@
5252
tests_require=TEST_REQUIRES,
5353
include_package_data=True,
5454
classifiers=[
55-
"Programming Language :: Python :: 3.7",
5655
"Intended Audience :: Developers",
5756
"License :: OSI Approved :: MIT License",
5857
"Operating System :: OS Independent",
5958
"Development Status :: 5 - Production/Stable",
6059
"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",
6165
],
6266
)

libraries/botbuilder-integration-aiohttp/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,15 @@
4646
],
4747
install_requires=REQUIRES,
4848
classifiers=[
49-
"Programming Language :: Python :: 3.7",
5049
"Intended Audience :: Developers",
5150
"License :: OSI Approved :: MIT License",
5251
"Operating System :: OS Independent",
5352
"Development Status :: 5 - Production/Stable",
5453
"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",
5559
],
5660
)

libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,15 @@
5252
tests_require=TESTS_REQUIRES,
5353
include_package_data=True,
5454
classifiers=[
55-
"Programming Language :: Python :: 3.7",
5655
"Intended Audience :: Developers",
5756
"License :: OSI Approved :: MIT License",
5857
"Operating System :: OS Independent",
5958
"Development Status :: 5 - Production/Stable",
6059
"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",
6165
],
6266
)

libraries/botbuilder-schema/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@
3030
],
3131
include_package_data=True,
3232
classifiers=[
33-
"Programming Language :: Python :: 3.7",
3433
"Intended Audience :: Developers",
3534
"License :: OSI Approved :: MIT License",
3635
"Operating System :: OS Independent",
3736
"Development Status :: 5 - Production/Stable",
3837
"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",
3943
],
4044
)

libraries/botbuilder-testing/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@
3939
tests_require=TESTS_REQUIRES,
4040
include_package_data=True,
4141
classifiers=[
42-
"Programming Language :: Python :: 3.7",
4342
"Intended Audience :: Developers",
4443
"License :: OSI Approved :: MIT License",
4544
"Operating System :: OS Independent",
4645
"Development Status :: 5 - Production/Stable",
4746
"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",
4852
],
4953
)

libraries/botframework-connector/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@
4949
long_description_content_type="text/x-rst",
5050
license="MIT",
5151
classifiers=[
52-
"Programming Language :: Python :: 3.7",
5352
"Intended Audience :: Developers",
5453
"License :: OSI Approved :: MIT License",
5554
"Operating System :: OS Independent",
5655
"Development Status :: 5 - Production/Stable",
5756
"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",
5862
],
5963
)

libraries/botframework-streaming/setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@
4848
],
4949
install_requires=REQUIRES,
5050
classifiers=[
51-
"Programming Language :: Python :: 3.7",
5251
"Intended Audience :: Developers",
5352
"License :: OSI Approved :: MIT License",
5453
"Operating System :: OS Independent",
5554
"Development Status :: 5 - Production/Stable",
5655
"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",
5761
],
5862
)

pipelines/botbuilder-python-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ variables:
88
COVERALLS_SERVICE_NAME: python-ci
99
python.37: 3.7.x
1010
python.38: 3.8.x
11+
python.39: 3.9.x
12+
python.310: 3.10.x
1113
# PythonCoverallsToken: get this from Azure
1214

1315
jobs:
@@ -23,6 +25,10 @@ jobs:
2325
PYTHON_VERSION: '$(python.37)'
2426
Python38:
2527
PYTHON_VERSION: '$(python.38)'
28+
Python39:
29+
PYTHON_VERSION: '$(python.39)'
30+
Python310:
31+
PYTHON_VERSION: '$(python.310)'
2632
maxParallel: 3
2733

2834
steps:

0 commit comments

Comments
 (0)