Skip to content

Commit 0c6bc3e

Browse files
committed
1
1 parent c40b561 commit 0c6bc3e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ tag_regex = '(?P<version>\d*?\.\d*?\.\d*?)-scylla'
8787
#### CI BUILDWHEEL CONFIG ####
8888

8989
[tool.cibuildwheel]
90-
9190
build-frontend = "build[uv]"
91+
9292
environment = { CASS_DRIVER_BUILD_CONCURRENCY = "2", CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = "yes", CFLAGS = "-g0 -O3" }
93+
9394
skip = ["cp2*", "cp36*", "pp36*", "cp37*", "pp37*", "*i686", "*musllinux*"]
9495

9596
before-test = "pip install -r {project}/test-requirements.txt"
@@ -110,13 +111,14 @@ test-command = [
110111

111112
[tool.cibuildwheel.macos]
112113
build = ["cp3*"]
114+
build-frontend = "build"
113115
test-command = [
114116
"pytest {project}/tests/unit -k 'not (test_multi_timer_validation or test_empty_connections or test_timer_cancellation)'"
115117
]
116118

117119
[tool.cibuildwheel.windows]
118-
build = ["cp3*"]
119-
build-frontend = "build" # build[uv] seems to be broken on Windows
120+
build = ["cp3*amd64"]
121+
build-frontend = "build[uv]" # build[uv] seems to be broken on Windows
120122
test-command = [
121123
"pytest {project}/tests/unit -k 'not (test_deserialize_date_range_year or test_datetype or test_libevreactor)'"
122124
]

0 commit comments

Comments
 (0)