From 9ed91595dab0527a28338d4a5c5db2a2adb45ab3 Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Tue, 12 Dec 2023 15:36:09 -0500 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 680f533..3a21382 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -84,6 +84,9 @@ jobs: # Note that at least manylinux2014 is needed to get support for C++17 - name: Build manylinux Python wheels uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2014_x86_64 + with: + python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312' + build-requirements: 'setuptools' - name: upload wheels uses: actions/upload-artifact@v2