Conversation
Yarik-Popov
added a commit
to UWOrbital/OBC-firmware
that referenced
this pull request
Feb 18, 2025
# 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 1. Delete your existing python virtual environment directory used for this repo. Typically the directory is called `.venv` or `venv` 2. Follow the setup instructions for the backend in the README - Step 2 of the setup instructions for MacOS and Linux users - Step 3B of the setup instructions for WSL Windows # New Changes - Update README with instructions on how to install Python 3.11 - Update python configuration files to use version 3.11 - Update Github actions to use Python 3.11 where applicable - Minor README improvements # Testing - CI/CD - Backend starts successfully  # Outstanding Changes - Upgrade Python when 3.11 approaches end of life (good to upgrade around W27 or S27 at the latest) or sooner if desirable # Additional Notes - Upgraded GS onboarding Python 3.11 version with this PR: UWOrbital/GS-Onboarding#12
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
Upgrade to Python 3.11 alongside this PR: UWOrbital/OBC-firmware#316
New Changes
Testing
Outstanding Changes