Skip to content

Simplify the python version specs

This MR simplifies the python version specifications to just 'X.Y' for each version, removing the need to specify build strings and different ones for different platforms. The .Z version number has also been removed to stop us having to track bug fix releases, we should just pick those up automatically.

Merge request reports