From 2a5e4c603674d017232ff3d31a27d9a9659a31b6 Mon Sep 17 00:00:00 2001 From: Paul Mikulskis Date: Thu, 23 Jan 2025 09:16:01 -0500 Subject: [PATCH] update python CI --- .github/workflows/ci_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_python.yml b/.github/workflows/ci_python.yml index 24aaa35..359c5f0 100644 --- a/.github/workflows/ci_python.yml +++ b/.github/workflows/ci_python.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3