From d4af0f63f6956f541fb66695b2edc5dbce46161c Mon Sep 17 00:00:00 2001 From: rospogrigio Date: Tue, 7 Feb 2023 17:44:51 +0100 Subject: [PATCH] Tox fixes --- .github/workflows/tox.yaml | 1 - tox.ini | 1 - 2 files changed, 2 deletions(-) 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]