-
-
Notifications
You must be signed in to change notification settings - Fork 884
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
remove support for py27 #849
Merged
Conversation
This file contains 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
This change aims to remove support for py27 and move minimal version requirement to py35. Change-Id: I67077a677d347a1f7730d67816ce45e99a13d6f4 Fixes: #848
There are needed by users using HTTP proxies. Change-Id: Ib87c82b180aff6e6e199cb09ff1ed2e764ce5407
* Remove dependency on pbr * Fix docs building Change-Id: I58d6bb624b0452d53baf20284b217a91b6f7cc1b
Change-Id: I3bc46c76c023ab74bf61d6863a1f0631d6e40fb7
Change-Id: I0530c7ba7b2da07fe3f9bd96fe308f188fa7e583
Change-Id: Ic9e04a3ccf92b98efdcf59e6a88b787a20a18fac
Change-Id: I7c9a54049d31180525abd083efff846894230008
Change-Id: I96064f0387c75ec4835999016b91e3d35a2f86c8
Change-Id: I3df64e7556b4ba541737db60fb4844de66791bfc
Change-Id: Ifd818dd4928dc4abb1b45c6afdecaf98c843b1f4
Change-Id: I3d9388002961e22e7b67df49703a38249be857a1
Change-Id: I8426f93d5b8ced88bd358b3855dea79102fe2623
Change-Id: I013bfeaf882ea39b9bdfd3c6da53ffc17fa73bfb
Change-Id: I23245a86321656e5c97ed4a674c816c8e4aa6dfa
Change-Id: Ibc110b502b6eb1b3cac00b72488c5cafc794bbf9
Currently the test is broken and is more important to bring master to green status in order to allow other fixes to be tested and merged. Change-Id: I1e29728ed87be0b40f13039e2dda382accf786f3
Change-Id: Ifd4c1ace3e36e2b864bae577371565002ad77919
bristea
approved these changes
Oct 14, 2019
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.
This change aims to remove support for py27 and move minimal version
requirement to py35.
Change-Id: I67077a677d347a1f7730d67816ce45e99a13d6f4
Fixes: #848