From aae30796fad9e5d10ed2b0319d7fc1c43ebfe13e Mon Sep 17 00:00:00 2001 From: joey-kilgore Date: Tue, 25 Jun 2024 16:05:55 -0400 Subject: [PATCH] Changed CI linting python version --- .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 5002530..c357d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.7" + python-version: "3.8" - name: Install Dependencies run: |