Run ty only on Python 3.14 in test workflow

Agent-Logs-Url: https://github.com/simonw/sqlite-utils/sessions/ce063abd-6f45-4326-8baa-90c0966ebe18

Co-authored-by: simonw <9599+simonw@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-17 23:21:34 +00:00 committed by GitHub
commit ce17f6ca53
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