martius-lab / cluster_utils

https://cluster-utils.readthedocs.io/stable/
Other
12 stars 0 forks source link

chore: Run linter/tests also for Python 3.12 and 3.13 #124

Closed luator closed 3 weeks ago

luator commented 3 weeks ago

We should keep track with new Python versions.

Python 3.8 actually reached EOL, so we could drop support for it. However, I'd keep it for now and only drop it if there is an actual reason (e.g. a dependency issue or newer language feature that we want to use).