Skip to content

Commit

Permalink
Re-add Py3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverarmor committed Jan 11, 2021
1 parent 74f313a commit f0e94e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -48,7 +49,7 @@ install_requires =
mutagen
ytmusicapi

python_requires = >=3.7
python_requires = >=3.6

packages = spotdl, spotdl.search, spotdl.download

Expand Down

0 comments on commit f0e94e0

Please sign in to comment.