Skip to content

Commit

Permalink
Drop support for Python <3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samirelanduk committed Nov 1, 2017
1 parent 1e9e227 commit bbab26a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: python
python:
- 3.6
- 3.5
- 3.4
- 3.3

install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
],
keywords="chemistry bioinformatics proteins biochemistry molecules PDB XYZ",
packages=["atomium", "atomium.files", "atomium.structures"],
install_requires=["geometrica", "points", "requests"]
install_requires=["points", "requests"]
)

0 comments on commit bbab26a

Please sign in to comment.