diff --git a/aedi/utility.py b/aedi/utility.py index dd7f7ef2..8243ee2b 100644 --- a/aedi/utility.py +++ b/aedi/utility.py @@ -24,7 +24,7 @@ from distutils.version import StrictVersion from pathlib import Path # Minimum OS versions -OS_VERSION_X86_64 = StrictVersion('10.9') +OS_VERSION_X86_64 = StrictVersion('10.12') OS_VERSION_ARM64 = StrictVersion('11.0')