Skip to content

Commit d8a72df

Browse files
authored
Add python_requires so package installers know this requires 3.7 or newer (#494)
Also remove some stale classifiers
1 parent 82e87df commit d8a72df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@
2626
},
2727
author='Alec Thomas',
2828
author_email='alec@swapoff.org',
29+
python_requires=">=3.7",
2930
classifiers=[
3031
'Development Status :: 5 - Production/Stable',
3132
'Intended Audience :: Developers',
3233
'License :: OSI Approved :: BSD License',
3334
'Operating System :: OS Independent',
34-
'Programming Language :: Python :: 2',
35-
'Programming Language :: Python :: 2.7',
3635
'Programming Language :: Python :: 3',
37-
'Programming Language :: Python :: 3.6',
3836
'Programming Language :: Python :: 3.7',
3937
'Programming Language :: Python :: 3.8',
4038
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)