diff --git a/builders/ubuntu-python-builder.psm1 b/builders/ubuntu-python-builder.psm1 index 8c6e2c2..c7b3ea6 100644 --- a/builders/ubuntu-python-builder.psm1 +++ b/builders/ubuntu-python-builder.psm1 @@ -58,8 +58,8 @@ class UbuntuPythonBuilder : NixPythonBuilder { Prepare system environment by installing dependencies and required packages. #> - if (($this.Version -gt "3.0.0") -and ($this.Version -lt "3.5.3")) { - Write-Host "Python3 versions lower than 3.5.3 are not supported" + if (($this.Version -gt "3.0.0") -and ($this.Version -lt "3.10.0")) { + Write-Host "Python3 versions lower than 3.10.0 are not supported" exit 1 }