We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a757598 commit a3ea616Copy full SHA for a3ea616
setup.py
@@ -67,13 +67,10 @@ def _rm_walk(self):
67
tests_require=['pytest', 'numpy', 'numba'],
68
classifiers=['Development Status :: 4 - Beta',
69
'Intended Audience :: Science/Research',
70
- 'Programming Language :: Python :: 2',
71
- 'Programming Language :: Python :: 2.7',
72
- 'Programming Language :: Python :: 3',
73
- 'Programming Language :: Python :: 3.4',
74
- 'Programming Language :: Python :: 3.5',
75
- 'Programming Language :: Python :: 3.6',
76
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
77
],
78
cmdclass=dict(clean=NumpyGroupiesClean, **versioneer.get_cmdclass()),
79
)
0 commit comments