diff options
author | Frederick Muriuki Muriithi | 2023-07-12 09:21:58 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-07-12 09:22:59 +0300 |
commit | 46c2b1022716472403ccac4249abf3172463a924 (patch) | |
tree | 2064f9ff4908e74322d6bc15631964f3b7435988 /issues/CI-CD | |
parent | 1b751db7b356d667f9bc2d42bc1b733283d27ab9 (diff) | |
download | gn-gemtext-46c2b1022716472403ccac4249abf3172463a924.tar.gz |
New Issue: Migrate to Python3.10
Diffstat (limited to 'issues/CI-CD')
-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? |