From 429db96891e91c326a14330c5fc29625ba6d11e8 Mon Sep 17 00:00:00 2001 From: dimakudosh Date: Mon, 27 Sep 2021 22:34:31 +0300 Subject: [PATCH] Update build configs --- .travis.yml | 1 - docs/installation.rst | 2 +- tox.ini | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1af48a..7a49976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python matrix: include: - - python: 3.5 - python: 3.6 - python: 3.7 - python: 3.8 diff --git a/docs/installation.rst b/docs/installation.rst index a8bf6be..a99304b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,7 +6,7 @@ Installation Compatibility ------------- -**pydfs-lineup-optimizer** works with following versions of python: Python: 3.8+ +**pydfs-lineup-optimizer** works with following versions of python: Python: 3.6+ Installation ------------ diff --git a/tox.ini b/tox.ini index ba9aaa6..d767f96 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,8 @@ [tox] -envlist = mypy,py35-{pulp,mip},py36-{pulp,mip},py37-{pulp,mip},py38-{pulp,mip},py39-{pulp,mip} +envlist = mypy,py36-{pulp,mip},py37-{pulp,mip},py38-{pulp,mip},py39-{pulp,mip} [travis] python = - 3.5: py35, 3.6: py36, 3.7: py37, 3.8: py38,