forked from ITISFoundation/osparc-simcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate Python Codebase from 3.9 to 3.10 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
gitar-bot-staging
wants to merge
2,341
commits into
master
from
jimy-plan-execution-019730fc-c596-76c3-a96f-27795ec29fb2-019730fe-8a4c-7312-8047-19c314707a70
Closed
Migrate Python Codebase from 3.9 to 3.10 #1
gitar-bot-staging
wants to merge
2,341
commits into
master
from
jimy-plan-execution-019730fc-c596-76c3-a96f-27795ec29fb2-019730fe-8a4c-7312-8047-19c314707a70
Conversation
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
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Odei Maiz <33152403+odeimaiz@users.noreply.github.com>
…`catalog` micro-service (ITISFoundation#7439)
Co-authored-by: Giancarlo Romeo <giancarloromeo@gmail.com>
Co-authored-by: Andrei Neagu <neagu@itis.swiss> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…g services (ITISFoundation#7454) Co-authored-by: Andrei Neagu <neagu@itis.swiss> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…putational cluster termination (ITISFoundation#7462)
…ion#7741) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…ed`, `on_account_denied` (ITISFoundation#7744)
Co-authored-by: Andrei Neagu <neagu@itis.swiss> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…tion#7745) Co-authored-by: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com>
Timestamp: 2025-06-02 14:16:48.737 Step ID: 2 Title: Rule 3
Timestamp: 2025-06-02 14:20:18.097 Step ID: 4 Title: Rule 5
Timestamp: 2025-06-02 14:23:35.404 Step ID: 5 Title: Rule 6
Timestamp: 2025-06-02 14:31:55.570 Step ID: 7 Title: Rule 8
Timestamp: 2025-06-02 14:36:33.331 Step ID: 8 Title: Rule 9
Timestamp: 2025-06-02 14:37:42.797 Step ID: 10 Title: Rule 11
Timestamp: 2025-06-02 14:41:54.685 Step ID: 13 Title: Rule 14
Timestamp: 2025-06-02 14:50:01.149 Step ID: 18 Title: Rule 19
Timestamp: 2025-06-02 14:55:23.746 Step ID: 19 Title: Rule 20
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.
Downgrade Python version from 3.11 to 3.10 across entire project
Description
This PR implements a comprehensive downgrade of the Python runtime from version 3.11 to 3.10 across the entire osparc-simcore project infrastructure. The change affects all services, packages, Docker configurations, and CI/CD pipelines to ensure consistent Python 3.10 usage throughout the project.
Motivation
The downgrade addresses compatibility and stability requirements:
Impact
Changes Made
📁 Core Infrastructure (4 files)
requirements/PYTHON_VERSION
: Updated from 3.11 to 3.10JIMY.md
: Added project documentationtox.ini
: Added testing configurationrequirements/devenv.txt
: Updated development dependencies🐳 Docker & Configuration (30+ files)
setup.py
files updated📦 Dependencies (40+ files)
requirements/_base.in
files updated with Python 3.10 constraints🧪 Tests & Minor Adjustments (10+ files)
Total: 130 files changed, 392 insertions(+), 122 deletions(-)
🎸 Generated with Jimy