diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0d85f3c..9c98b96b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [macos-13, windows-latest] - python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7] + python-version: [3.6, 3.7, 3.8, pypy-3.7] exclude: - os: windows-latest python-version: 3.6 @@ -74,7 +74,7 @@ jobs: strategy: matrix: os: [macos-13, windows-latest] - python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7] + python-version: [3.6, 3.7, 3.8, pypy-3.7] exclude: - os: windows-latest python-version: 3.6 diff --git a/tox.ini b/tox.ini index 203030f2..5c9c5d04 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist = py{27,34,35,36,37,38,39-dev,py,py3},check,lint,docs,test_unit,coverage +envlist = py{27,36,37,38,39-dev,py,py3},check,lint,docs,test_unit,coverage skip_missing_interpreters = true [flake8] @@ -86,4 +86,4 @@ description = invoke sphinx-build to build the HTML docs extras = docs commands = sphinx-build -b html docs build/html deps = - sphinx \ No newline at end of file + sphinx