Skip to content

Commit 8ba3b99

Browse files
committed
CI: Don't test SQLAlchemy 1.4 on Python 3.5
1 parent f0162cd commit 8ba3b99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333

3434
- name: Install dependencies
35+
if: matrix.python-version != '3.5' || matrix.sqla-version != '1.4.0b1'
3536
run: |
3637
python -m pip install --upgrade pip
3738
python bootstrap.py
@@ -51,6 +52,7 @@ jobs:
5152
bin/buildout -n -c base.cfg
5253
5354
- name: Test
55+
if: matrix.python-version != '3.5' || matrix.sqla-version != '1.4.0b1'
5456
run: |
5557
bin/flake8
5658
bin/coverage run bin/test -vv1

0 commit comments

Comments
 (0)