graeter-group / kimmdy

Reactive MD pipeline for GROMACS using Kinetic Monte Carlo / Molecular Dynamics (KIMMDY)
https://graeter-group.github.io/kimmdy/
GNU General Public License v3.0
8 stars 1 forks source link

Python 3.9 support #193

Closed KRiedmiller closed 1 year ago

KRiedmiller commented 1 year ago

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?

jmbuhr commented 1 year ago

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.