From 0199ab1a8d1b400aeb40d159694da66b507d9c8a Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Mon, 30 Sep 2024 17:52:52 +0200 Subject: [PATCH] Try latest stable python for lint --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 086ff8b..07ba1cc 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.12.6' + python-version: '3.x' cache: 'pip' - name: Lint run: |