From 0aeb5ac25d2fb2c10b6397870f6c7b37a9d03879 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 23 Sep 2023 10:27:55 -0400 Subject: [PATCH] fix(repo): reverted to 3.11.2 --- .forgejo/workflows/pylint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pylint.yaml b/.forgejo/workflows/pylint.yaml index 6c40dd4..5a7e702 100644 --- a/.forgejo/workflows/pylint.yaml +++ b/.forgejo/workflows/pylint.yaml @@ -7,7 +7,7 @@ jobs: container: catthehacker/ubuntu:act-latest strategy: matrix: - python-version: ["3.9"] + python-version: ["3.11.2"] steps: - name: Checkout uses: actions/checkout@v3.6.0