From a3db89c11df60ed089dae2d50a00eb8eec687d7c Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 4 Feb 2022 07:42:57 +0530 Subject: [PATCH] Update minimum version --- Headphones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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