Skip to content

Commit

Permalink
Windows builds: Python 3.10 instead of 3.11 (see #436)
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Jun 27, 2023
1 parent 58cc722 commit 7cd9452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7cd9452

Please sign in to comment.