From e7a6fe1d67febd9b95016e3a44a0cc26d3f569bf Mon Sep 17 00:00:00 2001 From: Alia Lescoulie Date: Fri, 21 Jun 2024 16:41:11 -0700 Subject: [PATCH] drop Python 3.8 from the CI --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 097a295..22f15c4 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, ubuntu-latest, macOS-13] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 @@ -84,7 +84,7 @@ jobs: fail-fast: true matrix: os: [macOS-13, ubuntu-latest] - python-version: [3.8, 3.9, 3.10, 3.11, 3.12] + python-version: [3.9, 3.10, 3.11, 3.12] include: - os: macOS-latest output-folder: osx-64