Run ty check only on 3.14

This commit is contained in:
Simon Willison 2026-05-17 16:25:02 -07:00 committed by GitHub
commit b0b6adb288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
- name: run flake8
run: flake8
- name: run ty
if: matrix.os != 'windows-latest'
if: matrix.os != 'windows-latest' && matrix.python-version == '3.14'
run: |
pip install uv
uv run ty check sqlite_utils