Skip to content

Commit de14f0a

Browse files
committed
MNT add python 3.8 as supported version
1 parent 0b3abcd commit de14f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
'Operating System :: Unix',
3434
'Operating System :: MacOS',
3535
'Programming Language :: Python :: 3.6',
36-
'Programming Language :: Python :: 3.7']
36+
'Programming Language :: Python :: 3.7',
37+
'Programming Language :: Python :: 3.8']
3738
INSTALL_REQUIRES = [
3839
'numpy>=1.11',
3940
'scipy>=0.17',

0 commit comments

Comments
 (0)