drop support for (now sunset) Python 2
This commit is contained in:
parent
3df00a89c9
commit
0c95e4f50f
4
setup.py
4
setup.py
@ -37,8 +37,6 @@ setup(name='garminexport',
|
||||
'Intended Audience :: Developers',
|
||||
'Natural Language :: English',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
@ -59,7 +57,7 @@ setup(name='garminexport',
|
||||
'garminexport.cli',
|
||||
],
|
||||
|
||||
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
|
||||
python_requires='>=3.5.*, <4',
|
||||
install_requires=requires,
|
||||
test_requires=test_requires,
|
||||
entry_points={
|
||||
|
Loading…
Reference in New Issue
Block a user