diff --git a/Headphones.py b/Headphones.py index de513fd2..24805d2c 100755 --- a/Headphones.py +++ b/Headphones.py @@ -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