diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66dfce3..dba698c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: module: ["stan", "torch", "util"] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] name: Package tests and linting runs-on: "ubuntu-latest" steps: