Skip to content

Commit

Permalink
Drop Python 3.6 support
Browse files Browse the repository at this point in the history
- Update Travis CI to use 3.7.
- Unpin IPython package.
  • Loading branch information
desilinguist committed Feb 22, 2021
1 parent c1a1be8 commit 4687f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- 3.6
- 3.7
notifications:
email: false
webhooks: https://coveralls.io/webhook
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jupyter
ipython<7.17
ipython
nose
notebook
numpy
Expand Down

0 comments on commit 4687f2d

Please sign in to comment.