Drop support for Python 2.7/3.5#22760
Merged
petrsvihlik merged 13 commits intoAzure:mainfrom Feb 3, 2022
Merged
Conversation
petrsvihlik
suggested changes
Jan 25, 2022
Contributor
petrsvihlik
left a comment
There was a problem hiding this comment.
shouldn't we edit readmes and changelogs of all acs modalities to include the disclaimer?
Member
|
I believe we are required to keep 3.6 support for the time being. @lmazuel |
Member
|
@AikoBB indeed, we have to finally support 3.6 a little longer |
added 6 commits
January 26, 2022 18:25
petrsvihlik
suggested changes
Jan 27, 2022
sdk/communication/azure-communication-chat/dev_requirements.txt
Outdated
Show resolved
Hide resolved
This was referenced Jan 27, 2022
lmazuel
approved these changes
Jan 27, 2022
LuChen-Microsoft
approved these changes
Jan 28, 2022
arifibrahim4
approved these changes
Jan 28, 2022
Contributor
|
/azp run python - azure-communication-networktraversal - tests |
|
Pull request contains merge conflicts. |
AriZavala2
approved these changes
Jan 29, 2022
Contributor
AriZavala2
left a comment
There was a problem hiding this comment.
Seems good, can we just run the live tests before?
Member
Author
|
/azp run python - azure-communication-networktraversal - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run python - azure-communication-identity - tests |
Member
Author
|
/azp run python - azure-communication-phonenumbers - tests |
Member
Author
|
/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). |
Member
Author
|
/azp run python - azure-communication-chat - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
petrsvihlik
approved these changes
Feb 1, 2022
lucasrsant
suggested changes
Feb 1, 2022
lucasrsant
approved these changes
Feb 2, 2022
rakshith91
pushed a commit
to rakshith91/azure-sdk-for-python
that referenced
this pull request
Apr 10, 2022
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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