From d2d87959df31f883c5ccaecccf47067b6f43f124 Mon Sep 17 00:00:00 2001 From: Brandon Talamini Date: Tue, 27 Feb 2024 16:54:47 -0800 Subject: [PATCH] Remove old Python 3.9 from testing --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3504ebf..d2f33ff 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}