GeoEco.Dependencies.PythonDependency.SetVersion
- PythonDependency.SetVersion(minimumMajorVersion, minimumMinorVersion=None, minimumPatchVersion=None)
Sets the minimum version number of Python that is required.
- Parameters:
minimumMajorVersion (
int) – Minimum major version number of Python that must be installed. Minimum value꞉ 3.minimumMinorVersion (
int, optional) – Minimum minor version number of Python that must be installed, orNoneto indicate the minor version number should not be checked. Minimum value꞉ 0.minimumPatchVersion (
int, optional) – Minimum patch version number of Python that must be installed, orNoneto indicate the patch version number should not be checked. Minimum value꞉ 0.