From f39aa9fa1adab3ddee1620c288ac9f2b382db8ea Mon Sep 17 00:00:00 2001 From: Isak Samsten Date: Mon, 19 Feb 2024 22:34:40 +0100 Subject: [PATCH] Update Github Actions to drop Python 3.8 --- .github/workflows/build-deploy-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy-wheels.yml b/.github/workflows/build-deploy-wheels.yml index dda2328509..e58d2fabb3 100644 --- a/.github/workflows/build-deploy-wheels.yml +++ b/.github/workflows/build-deploy-wheels.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - pyver: [cp38, cp39, cp310, cp311, cp312] + pyver: [cp39, cp310, cp311, cp312] steps: - uses: actions/checkout@v3