diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9d4ac84..e339eceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: fail-fast: false matrix: versions: - - python: 3.5 - toxenv: py35-2.2.X - python: 3.6 toxenv: py36-2.2.X - python: 3.7 diff --git a/tox.ini b/tox.ini index 6917a355..2fbe8f18 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,11 @@ [tox] envlist = - {py35,py36,py37,py38,py39}-2.2.X + {py36,py37,py38,py39}-2.2.X {py36,py37,py38,py39}-3.1.X {py36,py37,py38,py39}-3.2.X {py38,py39}-4.0.X [testenv] basepython = - py35: python3.5 py36: python3.6 py37: python3.7 py38: python3.8