From: kaliko Date: Sat, 16 May 2020 13:03:57 +0000 (+0200) Subject: Need at least python 3.6 (use of f-strings) X-Git-Tag: 0.16.0~30 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;ds=sidebyside;h=c65a2e522cae11be9de85b46c6f05ea57b4ea743;p=mpd-sima.git Need at least python 3.6 (use of f-strings) --- diff --git a/setup.py b/setup.py index 5287da0..8e6246c 100755 --- a/setup.py +++ b/setup.py @@ -26,12 +26,9 @@ classifiers = [ "Topic :: Multimedia :: Sound/Audio", "Topic :: Utilities", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.2", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ] setup(name='MPD_sima',