From 06ebdf59aed6b70432c707ced979a24f3760544c Mon Sep 17 00:00:00 2001 From: Mark Wolfman Date: Sun, 8 Sep 2024 12:27:25 -0500 Subject: [PATCH] Removed python<3.10 from CI since ophyd-async doesn't support it. --- .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 a14572e..9440020 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3