mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 00:44:00 +01:00
Update minimum version
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
if sys.version_info <= (3, 5):
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
# Ensure lib added to path, before any other imports
|
# Ensure lib added to path, before any other imports
|
||||||
|
|||||||
Reference in New Issue
Block a user