From b24c0ccdb73a098c6cc0358101fa4eddfe9b1cc0 Mon Sep 17 00:00:00 2001 From: Staf Verhaegen Date: Mon, 20 Jan 2025 16:26:46 +0100 Subject: [PATCH] Build of wheels for python 3.8 --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 67c5b41c5..9a5cef59d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -89,7 +89,7 @@ jobs: - [macos-13, macosx_x86_64] #- [ubuntu-20.04, musllinux_x86_64] #- [windows-2019, win_amd64] - python: ["cp39", "cp310", "cp311", "cp312"] # "pp39" + python: ["cp38", "cp39", "cp310", "cp311", "cp312"] # "pp39" exclude: # Don't build PyPy 32-bit windows - buildplat: [windows-2019, win32] @@ -172,7 +172,7 @@ jobs: - [macos-13, macosx_x86_64] #- [ubuntu-20.04, musllinux_x86_64] #- [windows-2019, win_amd64] - python: ["cp39", "cp310", "cp311", "cp312"] # "pp39" + python: ["cp38", "cp39", "cp310", "cp311", "cp312"] # "pp39" exclude: # Don't build PyPy 32-bit windows - buildplat: [windows-2019, win32] @@ -206,7 +206,7 @@ jobs: - [macos-13, macosx_x86_64] #- [ubuntu-20.04, musllinux_x86_64] #- [windows-2019, win_amd64] - python: ["cp39", "cp310", "cp311", "cp312"] # "pp39" + python: ["cp38", "cp39", "cp310", "cp311", "cp312"] # "pp39" exclude: # Don't build PyPy 32-bit windows - buildplat: [windows-2019, win32]