Skip to content

Commit

Permalink
Set python_requires to lowest tested Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Sep 9, 2020
1 parent fce8cd2 commit 1dc87d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def run(self):
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
python_requires='>=3.6.2',
packages=find_packages(exclude=('tests',)),
entry_points={
'console_scripts': ['traktor_nowplaying=traktor_nowplaying.cli:main']
Expand Down

0 comments on commit 1dc87d8

Please sign in to comment.