Remove sqlean.py support (#772)

Closes #771, refs #769
This commit is contained in:
Simon Willison 2026-07-05 16:00:52 -07:00 committed by GitHub
commit afbfd95273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 29 deletions

View file

@ -31,9 +31,6 @@ jobs:
- name: Install SpatiaLite
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libsqlite3-mod-spatialite
- name: On macOS with Python 3.10 test with sqlean.py
if: matrix.os == 'macos-latest' && matrix.python-version == '3.10'
run: pip install sqlean.py sqlite-dump
- name: Build extension for --load-extension test
if: matrix.os == 'ubuntu-latest'
run: |-