Skip to content

Commit 775c7ff

Browse files
committed
Update
1 parent e45cba3 commit 775c7ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- "3.5"
34
- "3.6"
45
- "3.7"
56
- "3.8"

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
author_email='leonardo.taccari@gmail.com',
2020
license='MIT',
2121
packages=['joypy'],
22+
python_requires='>=3.5',
2223
install_requires=[
2324
'numpy>=1.16.5',
2425
'scipy>=0.11.0',

0 commit comments

Comments
 (0)