Skip to content

Commit

Permalink
Add python_requires so package installers know this requires 3.7 or n…
Browse files Browse the repository at this point in the history
…ewer (#494)

Also remove some stale classifiers
  • Loading branch information
cjw296 authored Nov 17, 2023
1 parent 82e87df commit d8a72df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@
},
author='Alec Thomas',
author_email='[email protected]',
python_requires=">=3.7",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'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 Down

0 comments on commit d8a72df

Please sign in to comment.