diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 3d1c78a..05465c0 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -14,7 +14,6 @@ jobs: platform: - ubuntu-latest python-version: - - 3.8 - 3.9 steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 2602e5e..031fef7 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ cs_exclude_words = hass,unvalid [gh-actions] python = - 3.8: clean, py38, lint, typing 3.9: clean, py39, lint, typing [testenv]