diff --git a/.github/workflows/yarf.yaml b/.github/workflows/yarf.yaml index 0d6a1c7b..cbcbf90e 100644 --- a/.github/workflows/yarf.yaml +++ b/.github/workflows/yarf.yaml @@ -47,7 +47,7 @@ jobs: - name: Install uv run: pip install uv - name: Sync Python dependencies - run: uv sync + run: uv sync --python 3.10 test-noble: name: Test on Noble @@ -58,11 +58,12 @@ jobs: run: | sudo apt update -qq sudo apt install -y \ + clang \ + libwayland-dev \ git-lfs \ + jq \ libgl1 \ libxkbcommon-dev \ - jq \ - clang \ python3-tk \ tesseract-ocr diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6298fc76..6fd2da37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,6 +86,7 @@ repos: --pre-summary-newline, --make-summary-multi-line, ] + language_version: python3.13 - repo: https://github.com/econchick/interrogate rev: 1.7.0 diff --git a/.python-version b/.python-version index e4fba218..6324d401 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.14