Skip to content

Commit 9855528

Browse files
committed
Enable windows build
1 parent e851d14 commit 9855528

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-wheel.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
12-
os: [ubuntu-latest, macos-13, macos-14]
12+
# os: [ubuntu-latest, macos-13, macos-14]
13+
os: [windows-latest]
1314

1415
steps:
1516
- uses: actions/checkout@v4

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ build-backend = "setuptools.build_meta"
66
[tool.cibuildwheel]
77
test-requires = ["pytest", "numpy", "apsw>=3.46"]
88
test-command = "pytest {project}/integration_test/python/test"
9-
skip = ["*-win32", "*-manylinux_i686", "*musllinux*", "pp*", "cp36*", "cp37*", "cp38*"]
9+
skip = ["*-win32", "*-win_arm64", "*-manylinux_i686", "*musllinux*", "pp*", "cp36*", "cp37*", "cp38*"]

0 commit comments

Comments
 (0)