diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62a0e30..7fa3cda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.7, 3.8] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 9078bf5..4a6a092 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,5 @@ commands = nosetests --with-coverage --cover-package=android2po --cover-erase -- [gh-actions] python = - 3.5: py35 - 3.6: py36 3.7: py37 3.8: py38, mypy