Skip to content

Commit c14f7f7

Browse files
committed
1
1 parent 7a1470f commit c14f7f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ tag_regex = '(?P<version>\d*?\.\d*?\.\d*?)-scylla'
129129
build-frontend = "build[uv]"
130130
environment = { CASS_DRIVER_BUILD_CONCURRENCY = "2", CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = "yes", CFLAGS = "-g0 -O3" }
131131
skip = [
132+
"cp2*",
133+
"cp36*",
134+
"cp37*",
132135
"cp38*",
133136
"cp39*",
134137
"*i686",
@@ -164,3 +167,7 @@ test-command = [
164167

165168
# TODO: set CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST to yes when https://github.com/scylladb/python-driver/issues/429 is fixed
166169
environment = { CASS_DRIVER_BUILD_CONCURRENCY = "2", CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = "no" }
170+
171+
[[tool.cibuildwheel.overrides]]
172+
select = "cp3*t-*_aarch64"
173+
before-test = ["rm -rf ~/.cache/pip ~/.cache/uv || true"]

0 commit comments

Comments
 (0)