Skip to content

Commit

Permalink
Remove Py3.4 from setup and Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Wouda committed Feb 23, 2020
1 parent 0d72ce5 commit 462a7aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist: xenial
language: python

python:
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
],
python_requires='~=3.4',
python_requires='~=3.5',
install_requires=[
'numpy >= 1.15.2',
'matplotlib >= 2.2.0',
Expand Down

0 comments on commit 462a7aa

Please sign in to comment.