We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e87df commit d8a72dfCopy full SHA for d8a72df
setup.py
@@ -26,15 +26,13 @@
26
},
27
author='Alec Thomas',
28
author_email='alec@swapoff.org',
29
+ python_requires=">=3.7",
30
classifiers=[
31
'Development Status :: 5 - Production/Stable',
32
'Intended Audience :: Developers',
33
'License :: OSI Approved :: BSD License',
34
'Operating System :: OS Independent',
- 'Programming Language :: Python :: 2',
35
- 'Programming Language :: Python :: 2.7',
36
'Programming Language :: Python :: 3',
37
- 'Programming Language :: Python :: 3.6',
38
'Programming Language :: Python :: 3.7',
39
'Programming Language :: Python :: 3.8',
40
'Programming Language :: Python :: 3.9',
0 commit comments