Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KeironO committed Sep 3, 2020
1 parent 872a9d7 commit fd4ca48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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.5"
- "3.7"
install:
- pip install .
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Expand All @@ -22,7 +21,7 @@ long_description_content_type = text/markdown
license_file = LICENSE
[options]
python_requires = >= 3.5
python_requires = >= 3.7
setup_requires =
setuptools >= 38.6
pip >= 10
Expand Down

0 comments on commit fd4ca48

Please sign in to comment.