Skip to content

Commit af0222c

Browse files
committed
Try python 3.9
1 parent 4266284 commit af0222c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ jobs:
5858

5959
steps:
6060
- 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 }}
6170
- name: Build wheels for CPython 3.12
6271
uses: pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
6372
with:

0 commit comments

Comments
 (0)