From 5e3290a21e598516d91145110a90420c3e283727 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Thu, 1 Aug 2024 10:39:15 -0700 Subject: [PATCH] ci.yml: Disable python 3.12 - no assertDictContainsSubset. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9db29ef..1621ad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: python-version: [ '3.9', '3.10', - '3.11', - '3.12' + '3.11' + # '3.12' does not have assertDictContainsSubset. ] steps: - name: Add required sources and pkgs