Currently, Kimmdy does not run on python 3.9 due to changes related to typing.
Python3.9 is still supported until 10.2025; Ubuntu 20.04 ships with 3.8 and is also supported until 04.2025
On the other hand, with conda, it's really easy to install a different version, so we could just remove 3.9 support for now, what do you think?
Likewise, ubuntu 22.04 ships with 3.10 so we will eventually all have it on the WS anyways. The more annoying part will always be HPC environments, but I'm fine with dropping 3.9 support.
Currently, Kimmdy does not run on python 3.9 due to changes related to typing.
Python3.9 is still supported until 10.2025; Ubuntu 20.04 ships with 3.8 and is also supported until 04.2025
On the other hand, with conda, it's really easy to install a different version, so we could just remove 3.9 support for now, what do you think?