diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea1f0f53eaed04abd8c9db70cba19ef833a56659..e4a2ddf30b0fbc02572d7d1bdf7546478bdfb334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] defaults: run: shell: bash -l {0} @@ -41,4 +41,4 @@ jobs: python setup.py install - name: Test Python Package run: | - pytest -n4 \ No newline at end of file + pytest -n4