diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af52103..ba6c178 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.7', '3.8', '3.9'] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 4a4367e..81947d3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,10 @@ [tox] minversion = 3.8.0 -envlist = py36, py37, py38, py39 +envlist = py37, py38, py39 isolated_build = true [gh-actions] python = - 3.6: py36 3.6: py37 3.8: py38 3.9: py39