diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/CI-CD/migrate-to-python3.10.gmi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/issues/CI-CD/migrate-to-python3.10.gmi b/issues/CI-CD/migrate-to-python3.10.gmi new file mode 100644 index 0000000..640daec --- /dev/null +++ b/issues/CI-CD/migrate-to-python3.10.gmi @@ -0,0 +1,29 @@ +# Migrate to Python3.10 + +## Tags + +* priority: medium +* keywords: python3.10 +* status: open +* assigned: bonz, fredm, alex + +## Description + +Migrate the application(s) over to Python3.10. + +The sections below will note the migration issues for the various apps. + +### GN2 + +### GN3 + +* Created branch `migrate-to-python3.10` with some minor changes to adapt code to Python3.10 + +#### Migrate Libraries + +* [ ] yoyo-migrations +* others ... + +### QC App + +### Others? |