Skip to content

Commit

Permalink
Testing lowest supported Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 5, 2023
1 parent 41c0353 commit 19d30ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
# Lets try to keep testing an LTS python and latest python
python-version: ['3.7', '3.11']
python-version: ['3.6', '3.11']

name: Install and test on Ubuntu with Python ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
matrix:
# Lets try to keep testing an LTS python and latest python
# FIXME: Windows with 3.11 doesn't work since PySide2 isn't supported. see #436
python-version: ['3.7', '3.10']
python-version: ['3.6', '3.10']

name: Install and test on Windows with Python ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit 19d30ca

Please sign in to comment.