Test with sqlite-utils>=4.0rc3

Refs https://github.com/simonw/sqlite-utils/issues/769#issuecomment-4889420844
This commit is contained in:
Simon Willison 2026-07-05 22:47:05 -07:00
commit c833217401

View file

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