Skip to content

Commit b0ac011

Browse files
committed
Test both versions in CI, refs #78
1 parent 68f2adc commit b0ac011

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
14+
datasette-version: ["<1.0", ">=1.0a20"]
1415
steps:
1516
- uses: actions/checkout@v4
1617
- name: Set up Python ${{ matrix.python-version }}
@@ -22,6 +23,7 @@ jobs:
2223
- name: Install dependencies
2324
run: |
2425
pip install '.[test]'
26+
pip install "datasette${{ matrix.datasette-version }}"
2527
- name: Run tests
2628
run: |
2729
python -m pytest

0 commit comments

Comments
 (0)