From 89aeca3abc10d3ce394c09f79639638d902ec6ce Mon Sep 17 00:00:00 2001 From: Chris Lyons <135981795+chrislyonsKY@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:38:49 -0400 Subject: [PATCH] fix(ci): align lint runner with Python 3.11 target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c8a05c..ac3250d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: - python-version: "3.12" + python-version: "3.11" cache: "pip" - run: pip install -e ".[dev]" - run: ruff check src/ tests/