Update minimum version

This commit is contained in:
rembo10
2022-02-04 07:42:57 +05:30
parent 517d0eb327
commit a3db89c11d

View File

@@ -18,7 +18,7 @@ import os
import sys
if sys.version_info <= (3, 5):
sys.stdout.write("Headphones requires Python >= 3.5\n")
sys.stdout.write("Headphones requires Python >= 3.6\n")
sys.exit(1)
# Ensure lib added to path, before any other imports