File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 - uses : astral-sh/setup-uv@v6
2525
2626 - name : Build wheels on ${{ matrix.os }}-${{ matrix.cibw_archs }}
27- uses : pypa/cibuildwheel@v2.23
27+ uses : pypa/cibuildwheel@v3.1.4
2828 env :
2929 CIBW_BUILD_FRONTEND : build[uv]
3030 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9"
Original file line number Diff line number Diff line change 3636 if : matrix.install_from == 'source'
3737 shell : bash
3838 run : |
39- for version in 3.9 3.10 3.11 3.12 3.13 3.13t
39+ for version in 3.9 3.10 3.11 3.12 3.13 3.13t 3.14 3.14t
4040 do
4141 uv run --with ./PythonAPI --with '${{ matrix.numpy }}' --python $version --managed-python tests/test_cases.py
4242 done
4646 shell : bash
4747 run : |
4848 uv build --sdist ./PythonAPI
49- for version in 3.9 3.10 3.11 3.12 3.13 3.13t
49+ for version in 3.9 3.10 3.11 3.12 3.13 3.13t 3.14 3.14t
5050 do
5151 uv run --with ./PythonAPI/dist/*.tar.gz --with '${{ matrix.numpy }}' --python $version --managed-python tests/test_cases.py
5252 done
You can’t perform that action at this time.
0 commit comments