diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dd1d8e98..8eab0585a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,8 @@ jobs: strategy: matrix: # Lets try to keep testing an LTS python and latest python - python-version: ['3.7', '3.11'] + # FIXME: Windows with 3.11 doesn't work since PySide2 isn't supported. see #436 + python-version: ['3.7', '3.10'] name: Install and test on Windows with Python ${{ matrix.python-version }} steps: