From 8b302286b1c121b45863362e1cf3474f4067a5c3 Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Mon, 7 Oct 2024 21:02:17 -0700 Subject: [PATCH] drop 3.5 testing --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3080935..4763d03 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] allowed-to-fail: [false] include: - python-version: "3.12"