diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 3b725df..a6495f2 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v1 diff --git a/setup.cfg b/setup.cfg index 82ffa6e..e54375e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,14 +47,13 @@ addopts = # tox configuration [tox:tox] -envlist = py36, py37, py38, py39, py310 +envlist = py37, py38, py39, py310 skip_missing_interpreters = true minversion = 3.2.0 requires = virtualenv >= 16.1 [gh-actions] python = - 3.6: py36 3.7: py37 3.8: py38 3.9: py39