Skip to content

Commit a3ea616

Browse files
committed
Update setup.py
1 parent a757598 commit a3ea616

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,10 @@ def _rm_walk(self):
6767
tests_require=['pytest', 'numpy', 'numba'],
6868
classifiers=['Development Status :: 4 - Beta',
6969
'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',
7670
'Programming Language :: Python :: 3.7',
71+
'Programming Language :: Python :: 3.8',
72+
'Programming Language :: Python :: 3.9',
73+
'Programming Language :: Python :: 3.10',
7774
],
7875
cmdclass=dict(clean=NumpyGroupiesClean, **versioneer.get_cmdclass()),
7976
)

0 commit comments

Comments
 (0)