From e67ebeaccd536cd75c8498d12841c3678c2da719 Mon Sep 17 00:00:00 2001 From: Tyler Cox Date: Mon, 9 Sep 2024 08:42:29 -0700 Subject: [PATCH] drop testing of python 3.9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6dd38..3b7d416 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.9, "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] fail-fast: false steps: