From cb62ad200d4dc105c871a846d680f6f2119d925a Mon Sep 17 00:00:00 2001 From: Ovler Date: Sat, 30 Nov 2024 03:50:53 -0500 Subject: [PATCH] chore: update Python version matrix in CI workflow Python 3.8's end of life date, October 2024! --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d1b6b0..2ea01b84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - 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