MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get last minor release of Python in CI

lilyminium opened this issue · comments

Currently we're using 3.9 for general tests in the cookie CI. This will become outdated as more versions of Python get released. It would be handy to automatically get the last minor release of Python instead.

More discussion here: #7 (comment)

I think this could be doable by just inspecting which versions of Python are available in the setup-python actions, since that's the limiting factor for setting up Python anyway.