diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60c9854..18031c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '2.x', '3.x' ] + python-version: [ '3.x' ] steps: - uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index 7f0b6b7..9faa1dd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,9 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py27, py36, py37, py38, py39, mypy +envlist = py36, py37, py38, py39, mypy [gh-actions] python = - 2.7: py27 3.6: py36 3.7: py37 3.8: py38, mypy