From a9c58158194348a773f363d68ee0c8283eea9ff5 Mon Sep 17 00:00:00 2001 From: Andrew Kern Date: Thu, 9 May 2024 15:29:08 -0700 Subject: [PATCH] Update python-build.yml --- .github/workflows/python-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 35e91fb..ae19ccf 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -42,4 +42,4 @@ jobs: pip install . - name: List installed run: | - conda list \ No newline at end of file + conda list