Skip to content

Commit 8ee3286

Browse files
committed
Test cibw
1 parent dce5d85 commit 8ee3286

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, windows-2019, macos-12, macos-14]
23+
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
2424

2525
steps:
2626
- uses: actions/checkout@v4
2727

2828
- name: Build wheels
29-
uses: pypa/cibuildwheel@v2.19.2
29+
uses: pypa/cibuildwheel@v2.21.3
3030
env:
3131
# Select wheels
3232
CIBW_BUILD: "*-manylinux_x86_64 *-win_amd64 *-macosx_x86_64 *-macosx_arm64"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pyoptinterface"
7-
version = "0.2.8"
7+
version = "0.3.0.dev0"
88
description = "Python interface to multiple optimization solvers"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)