Skip to content

Commit

Permalink
Add Python 3.5 support back
Browse files Browse the repository at this point in the history
  • Loading branch information
crcollins committed Mar 5, 2019
1 parent d528bfb commit 7541d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ python:
- "2.7"
#- "3.2"
#- "3.3"
#- "3.4"
#- "3.5"
- "3.4"
- "3.5"
- "3.6"

notifications:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -124,7 +124,7 @@ Dependencies

MolML works with both Python 2 and Python 3. It has been tested with the versions listed below, but newer versions should work.

python>=2.7/3.6
python>=2.7/3.5/3.6
numpy>=1.9.1
scipy>=0.15.1
pathos>=0.2.0
Expand Down

0 comments on commit 7541d31

Please sign in to comment.