mirror of
https://github.com/simonw/datasette.git
synced 2026-07-08 16:44:34 +02:00
Test against sqlite-utils>=4.0
https://github.com/simonw/sqlite-utils/issues/769
This commit is contained in:
parent
d2695a0c2f
commit
6f27aa112a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.14"
|
||||
cache: pip
|
||||
cache-dependency-path: pyproject.toml
|
||||
- name: Build extension for --load-extension test
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install . --group dev
|
||||
pip install --pre 'sqlite-utils>=4.0rc4'
|
||||
pip install --pre 'sqlite-utils>=4.0'
|
||||
pip freeze
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue