From fd4ca488e43f43b5689f241b4c4cbaac50227bf7 Mon Sep 17 00:00:00 2001 From: KeironO Date: Thu, 3 Sep 2020 19:41:21 +0100 Subject: [PATCH] Fixed --- .travis.yml | 1 - setup.cfg | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d247b0e..8466d4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.5" - "3.7" install: - pip install . diff --git a/setup.cfg b/setup.cfg index a4c9e6e..6b6f4f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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) @@ -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