diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a8d397b23..d86034178b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,8 @@ jobs: - ubuntu-latest # ubuntu-18.04 # - macos-latest # macOS-10.14 # - windows-latest # windows-2019 - python-version: ["3.7", "3.8", "3.9", "3.10"] + # python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.10"] exclude: - platform: windows-latest python-version: "3.10"