Test Datasette against sqlite-utils>=4.0rc4

Refs https://github.com/simonw/sqlite-utils/issues/769#issuecomment-4900497417
This commit is contained in:
Simon Willison 2026-07-06 22:43:04 -07:00 committed by GitHub
commit d2695a0c2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ jobs:
- name: Install dependencies
run: |
pip install . --group dev
pip install --pre 'sqlite-utils>=4.0rc3'
pip install --pre 'sqlite-utils>=4.0rc4'
pip freeze
- name: Run tests
run: |