We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4266284 commit af0222cCopy full SHA for af0222c
.github/workflows/build-wheels.yaml
@@ -58,6 +58,15 @@ jobs:
58
59
steps:
60
- uses: actions/checkout@v5
61
+ - name: Build wheels for CPython 3.9
62
+ uses: pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
63
+ with:
64
+ package-dir: .
65
+ output-dir: wheelhouse
66
+ config-file: "{package}/pyproject.toml"
67
+ env:
68
+ CIBW_BUILD: "cp39-*"
69
+ CIBW_ARCHS: ${{ matrix.cibw_archs }}
70
- name: Build wheels for CPython 3.12
71
uses: pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
72
with:
0 commit comments