File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ tag_regex = '(?P<version>\d*?\.\d*?\.\d*?)-scylla'
129129build-frontend = " build[uv]"
130130environment = { CASS_DRIVER_BUILD_CONCURRENCY = " 2" , CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = " yes" , CFLAGS = " -g0 -O3" }
131131skip = [
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
166169environment = { 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" ]
You can’t perform that action at this time.
0 commit comments