From e36a9d951bf823e767092f8f49953041fa2d86b3 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Sat, 11 May 2024 15:12:37 +0200 Subject: [PATCH] Deactivate failing scriptcheck using Python 3.5 (#6396) (cherry picked from commit 1943b4dd7e64ae9c30501c82c2d0d6d42d5e4d52) --- .github/workflows/scriptcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scriptcheck.yml b/.github/workflows/scriptcheck.yml index 5f702f2fb22..5d428211265 100644 --- a/.github/workflows/scriptcheck.yml +++ b/.github/workflows/scriptcheck.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] include: - python-version: '3.12' python-latest: true