diff --git a/.github/workflows/tox_matrix.yml b/.github/workflows/tox_matrix.yml index 0e9fc91..b04eabc 100644 --- a/.github/workflows/tox_matrix.yml +++ b/.github/workflows/tox_matrix.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-2019] - python-version: ['3.8' ,'3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12'] include: - os: macos-latest - os: ubuntu-latest