From a0b470413ad3e6c97c7fc5409c80b2de6ceb1583 Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Sat, 23 Dec 2023 18:59:10 -0800 Subject: [PATCH] chore: disable py 3.12 python version for GH workflow tests --- .github/workflows/cicd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 891fc738e..9bce7ec00 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -40,7 +40,8 @@ jobs: - 3.9.x - 3.10.x - 3.11.x - - 3.12.x + # Enable after: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? + # - 3.12.x steps: - name: Checkout this repository