bst-1: .github: Run tests in fedora 37 as well#1757
Closed
jjardon wants to merge 6 commits intoapache:bst-1from
Closed
bst-1: .github: Run tests in fedora 37 as well#1757jjardon wants to merge 6 commits intoapache:bst-1from
jjardon wants to merge 6 commits intoapache:bst-1from
Conversation
5c5444f to
569cc75
Compare
Contributor
|
Looks like ruamel.yaml.clib does not support Python 3.11 which is in Fedora 37. |
And remove soon to be deprecated fedora 35
This is the python version in fedora 37
Contributor
|
@jjardon please stop rebasing this until adding more fixes. This is missing ruamel.yaml.clib version bump and is guaranteed to fail. The current pinned version cannot be built on Python 3.11. |
Contributor
Author
|
Adding more fixes is what I'm trying to do . Thanks for the points |
Contributor
|
Note I had absolutely no idea if updating grpcio is right thing to do but older grpcio does not build on Python3.11. I think the hangs are somehow related to new grpcio. |
The older version doesn't support Python 3.11
This is first upstream release that advertises Python 3.11 support
Contributor
|
This was fixed in @nanonyme's branch which I then adapted separately and landed for the last bst-1 release. Closing. |
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.
And remove soon to be deprecated fedora 35
Currently failing because python 3.11 is not supported: #1758