diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1481da3..9cc37c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 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@v3 diff --git a/tox.ini b/tox.ini index 10be2ed..27a1fb8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist =py{36,37,38,39,310} +envlist =py{37,38,39,310} [testenv] deps =