Conversation
Pull reviewers statsStats of the last 120 days for UWOrbital:
|
Yarik-Popov
added a commit
to UWOrbital/GS-Onboarding
that referenced
this pull request
Feb 18, 2025
# Purpose Upgrade to Python 3.11 alongside this PR: UWOrbital/OBC-firmware#316 # New Changes - Upgrade python config files - Upgrade pytest action runner # Testing - None # Outstanding Changes - Same as main repo PR
tanay-jagadeesh
pushed a commit
to tanay-jagadeesh/GS-Onboarding
that referenced
this pull request
Nov 12, 2025
# Purpose Upgrade to Python 3.11 alongside this PR: UWOrbital/OBC-firmware#316 # New Changes - Upgrade python config files - Upgrade pytest action runner # Testing - None # Outstanding Changes - Same as main repo PR
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.
Purpose
When Python 3.10 was chosen for GS, it was expected that work on the backend would start a lot sooner i.e. S24 when version 3.11 was still in it's bug fix stage. Since, the start of work on the backend was delayed until W25, Python 3.11 is now in stable/security releases. As such it is now considered stable for GS development.
This PR upgrades the main repo to use 3.11. This version adds new features and improved performance with very little that must be done by GS developers to migrate (See below for Migration instructions). Also, the end of life has been extend by 1 year from Oct 2026 (Python 3.10) to Oct 2027 (Python 3.11).
Migration Instructions
.venvorvenvNew Changes
Testing
Outstanding Changes
Additional Notes