From ce17f6ca5359f797367507024b55ade12ceb812c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 17 May 2026 23:21:34 +0000 Subject: [PATCH] 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> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23a39f6..0f65d6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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