botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

Update trove classifiers and build matrix

Open tonybaloney opened this issue 3 years ago • 0 comments

Fixes #minor

This PR updates the trove classifiers for each of the published packages. They all specify on 3.7, but the build matrix passes on 3.8.

The current stable version of Python is 3.10 so this PR adds those versions to the build matrix and adds the classifiers.

Note: It might be also worth setting python_requires=">=3.7" in each. This would mean that users with 3.6 will get the older version

tonybaloney avatar Jul 25 '22 04:07 tonybaloney