From 0ca3c0c80636d1c9eb955c8f8557fcfd648db12d Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 22 Sep 2025 13:38:22 +0500 Subject: [PATCH] ruff ci - check python 3.7 compatibility for build-all.py --- .github/workflows/ci-black-formatting.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-black-formatting.yaml b/.github/workflows/ci-black-formatting.yaml index e0531f6f5b..333bd098e8 100644 --- a/.github/workflows/ci-black-formatting.yaml +++ b/.github/workflows/ci-black-formatting.yaml @@ -47,6 +47,8 @@ jobs: id: ruff run: | uvx ruff check + # It's actually Python 3.6, but ruff only supports 3.7+, but it should do. + uvx ruff check nix/build-all.py --target-version py37 continue-on-error: true - name: Final check