Update Actions, Python >=3.10, refs #688

This commit is contained in:
Simon Willison 2025-11-24 09:49:53 -08:00
commit 966975ff43
5 changed files with 14 additions and 46 deletions

View file

@ -17,13 +17,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions/cache@v4
name: Configure pip caching
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-
cache: pip
cache-dependency-path: setup.py
- name: Install SpatiaLite
run: sudo apt-get install libsqlite3-mod-spatialite
- name: Install Python dependencies