We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45cba3 commit 775c7ffCopy full SHA for 775c7ff
.travis.yml
@@ -1,5 +1,6 @@
1
language: python
2
python:
3
+ - "3.5"
4
- "3.6"
5
- "3.7"
6
- "3.8"
setup.py
@@ -19,6 +19,7 @@
19
author_email='leonardo.taccari@gmail.com',
20
license='MIT',
21
packages=['joypy'],
22
+ python_requires='>=3.5',
23
install_requires=[
24
'numpy>=1.16.5',
25
'scipy>=0.11.0',
0 commit comments