Azure-Samples / communication-services-python-quickstarts

Sample code for Azure Communication Services Python quickstarts
MIT License
17 stars 32 forks source link

updated required python version #21

Closed ostoliarova-msft closed 1 year ago

ostoliarova-msft commented 1 year ago

Purpose

Update required python versions as support for python 2.7 and 3.6 ended.

User Story 2974554: [Docs] Update public docs regarding the dropping support of 2.7 and 3.6 versions

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information

ostoliarova-msft commented 1 year ago

@AikoBB thanks for spotting these! I updated.