-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support for Python 2.7/3.5 #22760
Drop support for Python 2.7/3.5 #22760
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we edit readmes and changelogs of all acs modalities to include the disclaimer?
I believe we are required to keep 3.6 support for the time being. @lmazuel |
@AikoBB indeed, we have to finally support 3.6 a little longer |
sdk/communication/azure-communication-chat/dev_requirements.txt
Outdated
Show resolved
Hide resolved
/azp run python - azure-communication-networktraversal - tests |
Pull request contains merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good, can we just run the live tests before?
/azp run python - azure-communication-networktraversal - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - azure-communication-identity - tests |
/azp run python - azure-communication-phonenumbers - tests |
/azp run python - azure-communication-sms - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
2 similar comments
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - azure-communication-chat - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
* updates to drop 2.7/3.5 support * mgmt setup.py fix * cspell fix for azuremgmtcommunication * removing nspkg from dev requirements all communication packages * versions update for communication packages
Description
Packaging and documentation updates for dropping Python 2.7/3.5 for communication packages
Resolves #20691
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines