diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05a80927..f8295a56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest ] - python-version: [ '3.7', '3.8', '3.9', '3.x' ] + python-version: [ '3.8', '3.9', '3.x' ] exclude: - os: macos-latest python-version: '3.x'