Skip to content

Commit

Permalink
Adding python version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiranth Siddappa committed Aug 15, 2018
1 parent f9cb1bf commit 25a5415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -33,5 +33,6 @@ def read(fname):
tests_require=['nose', 'tox', 'numpy'],
extras_require={
'plotting': plotting.split()
}
},
python_requires='>=3.5',
)

0 comments on commit 25a5415

Please sign in to comment.