Python 3.14#236
Merged
Merged
Conversation
3.13.3 has a bug with tests. This is fixed on the 3.13 dev branch, so will likely be part of 3.13.4 See this commit for more info python/cpython@cc39b19
This commit also updates which dependencies are installed in each verison of Python, according to what works where.
jb3
approved these changes
May 17, 2025
GriceTurrble
approved these changes
May 17, 2025
MarkKoz
reviewed
May 17, 2025
| strategy: | ||
| matrix: | ||
| os: [ubuntu-20.04, ubuntu-22.04] | ||
| os: [ubuntu-22.04, ubuntu-24.04] |
Contributor
There was a problem hiding this comment.
I think we were using Ubuntu 20 so we could test cgroups v1
Member
Author
There was a problem hiding this comment.
Github stopped supporting Ubuntu 20.04 last month, so we can't use that runner anymore https://github.com/actions/runner-images?tab=readme-ov-file#available-images
Contributor
There was a problem hiding this comment.
Oh well. I suppose we could set up a custom runner but I don't think that's for it just for v1 coverage.
Member
Author
There was a problem hiding this comment.
Yeah probably not worth the headache of setting up, but sad it'll be untested now though. In that case I'll just update this CI to run on ubuntu-latest instead
We previously used a matrixc to test cgroups v1 & v2. Now that ubuntu 20.04 is no longer supported by GitHub, we not longer have access to a runner with v1 cgroups.
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.
This should be merged with the linked bot PR