ruff ci - check python 3.7 compatibility for build-all.py

This commit is contained in:
Andrej730
2025-09-22 13:38:22 +05:00
parent ef05f2b3f6
commit 0ca3c0c806
@@ -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