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 #2
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-019731b4-8f1a-7de0-b80e-4b4997b0b113-019731b7-77a4-7121-94df-5de45d2bf8df
Closed
Migrate Python Codebase from 3.9 to 3.10 #2
gitar-bot-staging
wants to merge
2,341
commits into
master
from
jimy-plan-execution-019731b4-8f1a-7de0-b80e-4b4997b0b113-019731b7-77a4-7121-94df-5de45d2bf8df
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 17:38:27.338 Step ID: 2 Title: Rule 3
Timestamp: 2025-06-02 17:41:23.801 Step ID: 4 Title: Rule 5
Timestamp: 2025-06-02 17:44:14.722 Step ID: 5 Title: Rule 6
Timestamp: 2025-06-02 17:48:45.965 Step ID: 7 Title: Rule 8
Timestamp: 2025-06-02 17:56:25.523 Step ID: 8 Title: Rule 9
Timestamp: 2025-06-02 17:58:12.393 Step ID: 10 Title: Rule 11
Timestamp: 2025-06-02 18:04:03.559 Step ID: 13 Title: Rule 14
Timestamp: 2025-06-02 18:09:16.386 Step ID: 18 Title: Rule 19
Timestamp: 2025-06-02 18:12:54.245 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.
🔧 Standardize Python version and improve code quality across services
Description
This PR implements systematic code quality improvements and Python version standardization across all services in the osparc-simcore platform. The changes include downgrading Python from 3.11.9 to 3.10.14 for broader compatibility, fixing decimal precision issues, updating type annotations, and adding comprehensive testing infrastructure.
Motivation
Decimal
constructors and modernize type annotation usagetox.ini
for consistent testing across multiple Python versions and environmentsImpact
Services Updated
api-server
,autoscaling
,catalog
,clusters-keeper
,dask-sidecar
datcore-adapter
,director-v2
,director
,dynamic-scheduler
,dynamic-sidecar
efs-guardian
,invitations
,migration
,notifications
,payments
resource-usage-tracker
,storage
,web
Key Improvements
Decimal
constructor usage for accurate financial calculations__args__
usage toget_args()
Changes Made
📋 Detailed Changes
Python Version & Requirements
PYTHON_VERSION
from3.11.9
→3.10.14
python_requires
from"~=3.11"
→">=3.10"
Code Quality Fixes
Testing Infrastructure
tox.ini
configuration supporting:Test Plan
🎸 Generated with Jimy