From e643a7b0f780c93d8d0af5f57d7fe2e6060d7e4a Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Thu, 1 Aug 2024 10:43:45 -0700 Subject: [PATCH] ci.yml: Remove python 3.9 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1621ad6..167e12f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: fail-fast: true matrix: python-version: [ - '3.9', '3.10', '3.11' # '3.12' does not have assertDictContainsSubset.