Skip to content

Commit

Permalink
chore: exclude py 3.7 from .travis.yml
Browse files Browse the repository at this point in the history
Python 3.7 is not compatible with pd.read_pickle
  • Loading branch information
chilango74 committed Mar 4, 2022
1 parent 1a07dde commit 81afc47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.7"
- "3.8"
- "3.9"
# command to install dependencies
Expand Down

0 comments on commit 81afc47

Please sign in to comment.