Skip to content

Commit

Permalink
Exclude Python 3.7 / datasette 1.0a7 combo, refs #43
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 13, 2024
1 parent d2c3a2b commit c27590a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
datasette-version: ["<1.0", ">=1.0a7"]
exclude:
- python-version: "3.7"
datasette-version: ">=1.0a7"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c27590a

Please sign in to comment.