diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01bc9ebc57390a5b46ccd2c3f9dd1780e5cb6160..bc244d486167c9d7a6dc69c3b963f695260b5652 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] defaults: run: # somehow this also works for windows O.o ??