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