Test against sqlite-utils>=4.0

https://github.com/simonw/sqlite-utils/issues/769
This commit is contained in:
Simon Willison 2026-07-07 12:03:28 -07:00 committed by GitHub
commit 6f27aa112a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |