From 4d5b90095f2744226135bd3607cd3f67ce238205 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Wed, 29 Nov 2023 16:37:34 +0530 Subject: [PATCH] python3.12 support --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index f3ee1c380..ef41e57f3 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-20.04, windows-latest] python-version: [3.9, '3.10', 3.11, 3.12] exclude: - os: windows-latest