Fix: python3.9 compatibility message in docs #3266#3341
Merged
sgoggins merged 3 commits intochaoss:mainfrom Oct 29, 2025
Merged
Fix: python3.9 compatibility message in docs #3266#3341sgoggins merged 3 commits intochaoss:mainfrom
sgoggins merged 3 commits intochaoss:mainfrom
Conversation
Signed-off-by: PredictiveManish <manisht0914@gmail.com>
MoralCode
reviewed
Oct 27, 2025
Contributor
MoralCode
left a comment
There was a problem hiding this comment.
Seems good to me! Just noticed a python 3.6 mention on the line below and suggested a fix for that too!
sgoggins
reviewed
Oct 27, 2025
|
|
||
| **Python 3.9 is not yet supported because TensorFlow, which we use in our machine learning workers, does not yet support Python 3.9.** | ||
|
|
||
| Our REST API & data collection workers write in Python 3.6. We query the GitHub & GitLab API to collect data about issues, pull requests, contributors, and other information about a repository, so GitLab and GitHub access tokens are **required** for data collection. |
Member
There was a problem hiding this comment.
I have never seen the option to "sign off and commit suggestion" ... Also, since its not tagged as "ready", I'm checking.
Contributor
There was a problem hiding this comment.
im not sure what you mean here
Member
|
Don't see Podman failing and all the other CII jobs succeeding too often. We should have a GitHub / Augur badge for that! :D |
Contributor
|
Occasionally the jobs just need rerunning. Ive seen them error for random reasons, which is why I submitted that change to fix the free space on the docker builds |
Co-authored-by: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Signed-off-by: Manish Tiwari <manish.tiwari.09@zohomail.in>
MoralCode
approved these changes
Oct 28, 2025
Contributor
MoralCode
left a comment
There was a problem hiding this comment.
simple docs change, LGTM
sgoggins
approved these changes
Oct 29, 2025
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
This removes the
python3.9compatibility message in docs.This PR fixes #3266
Notes for Reviewers
Signed commits