bump minimal python version
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 4 Feb 2022 08:59:03 +0000 (09:59 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 4 Feb 2022 08:59:03 +0000 (09:59 +0100)
music_assistant/constants.py

index d7eea7256058ee215616ff2d39e0f2c9b3afc6ad..3a82775f2b1cb32339a10cdcd7cd9865193c5dcb 100755 (executable)
@@ -1,7 +1,7 @@
 """All constants for Music Assistant."""
 
 __version__ = "0.2.13"
-REQUIRED_PYTHON_VER = "3.8"
+REQUIRED_PYTHON_VER = "3.9"
 
 # configuration keys/attributes
 CONF_USERNAME = "username"