diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d045299..c7e8ce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6','3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index c7c4fe1..b22165d 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ envlist = py36,py37,py38,pypy3,py39,py311,py312 [gh-actions] python = - 3.6: py36 3.7: py37 3.8: py38 3.9: py39